NBElement CreateLastChild Method IBM Integration Bus
Overload List

  NameDescription
Public methodCreateLastChild(Int32)
The CreateLastChild method creates as the last child a new NBElement with the given Type.
Public methodCreateLastChild(String)
The CreateLastChild method creates as the last child a new NBElement with the given Name.
Public methodCreateLastChild(String, String)
The CreateLastChild method creates as the last child a new NBElement with the given Namespace and Name.
Public methodCreateLastChild(Int32, String, Object)
The CreateLastChild method creates as the last child a new NBElement with the given Type, Name and Value.
Public methodCreateLastChild(String, String, Object)
The CreateLastChild method creates as the last child a new NBElement with the given Namespace, Name and Value.
Public methodCreateLastChild(Int32, String, String, Object)
The CreateLastChild method creates as the last child a new NBElement with the given type, Namespace, Name and Value.
Back to Top
See Also