NBElement CreateFirstChild Method IBM Integration Bus
Overload List

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