NBElement CreateAfter Method IBM Integration Bus
Overload List

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