NBElement CreateBefore Method IBM Integration Bus
Overload List

  NameDescription
Public methodCreateBefore(Int32)
The CreateBefore method creates as the previous sibling a new NBElement with the given Type.
Public methodCreateBefore(String)
The CreateBefore method creates as the previous sibling a new NBElement with the given Name.
Public methodCreateBefore(String, String)
The CreateBefore method creates as the previous sibling a new NBElement with the given Namespace and Name.
Public methodCreateBefore(Int32, String, Object)
The CreateBefore method creates as the previous sibling a new NBElement with the given Type, Name and Value.
Public methodCreateBefore(String, String, Object)
The CreateBefore method creates as the previous sibling a new NBElement with the given Namespace, Name and Value.
Public methodCreateBefore(Int32, String, String, Object)
The CreateBefore method creates as the previous sibling a new NBElement with the given Type, Namespace, Name and Value.
Back to Top
See Also