The NBElement type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Element String | |
![]() | Element Int32, String | |
![]() | Element String, Int32 | |
![]() | Element String, String | |
![]() | Element Int32, String, Int32 | |
![]() | Element Int32, String, String | |
![]() | Element String, String, Int32 | |
![]() | Element Int32, String, String, Int32 | |
![]() | ElementType |
The ElementType property provides the parser specific type of the NBElement (which typically controls how the logical message is converted to a bitstream).
|
![]() | FirstChild |
The FirstChild property provides the first child NBElement in the logical (hierarchical) view of the message.
|
![]() | GenericType |
The GenericType property provides the generic type of the NBElement (which indicates if it has a Name, a Value or both).
|
![]() | LastChild |
The LastChild property provides the last child NBElement in the logical (hierarchical) view of the message.
|
![]() | Name |
The Name property provides the name of the NBElement in the logical (hierarchical) view of the message.
|
![]() | Namespace |
The Namespace property provides the namespace of the NBElement in the logical (hierarchical) view of the message.
|
![]() | NextSibling |
The NextSibling property provides the next sibling NBElement in the logical (hierarchical) view of the message.
|
![]() | Parent |
The Parent property provides the parent NBElement in the logical (hierarchical) view of the message.
|
![]() | ParserName |
The ParserName property provides the name of the Parser in the logical view of the message which owns the NBElement.
|
![]() | PreviousSibling |
The PreviousSibling property provides the previous sibling NBElement in the logical (hierarchical) view of the message.
|
![]() | ReadOnly |
The ReadOnly property indicates whether changes can be made to the NBElement.
|
![]() | Valid |
The Valid property indicates whether the NBElement object points to an actual logical message, or not.
|
![]() | ValueAsString |
The ValueAsString property provides the value of the value of the NBElement, converted to a string.
|
![]() | ValueIsNull |
The ValueIsNull property indicates whether the NBElement's value is specified to be Null (outside the standard value space for its data type).
|
![]() | ValueType |
The ValueType property provides the parser specific value type of the NBElement (which typically controls how the logical message is converted to a bitstream).
|
See Also