| IElementModel Properties |
The IElementModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Childs |
All children of the element
| |
| FirstChild |
Returns the first child
(Inherited from IChildNavigatorT.) | |
| HasChildren |
True if there is any child, otherwise false.
(Inherited from IChildNavigatorT.) | |
| HasParent |
True if has parent, otherwise false
(Inherited from IChildNavigatorT.) | |
| LastChild |
Returns last child
(Inherited from IChildNavigatorT.) | |
| Name |
Name of the element model that always exists
| |
| Navigator |
Provides navigator for detail navigation inside the element
| |
| NextSibling |
Returns the next sibling
(Inherited from IChildNavigatorT.) | |
| Parameters |
All parameters of a element
| |
| Parent |
Parent of active element
(Inherited from IChildNavigatorT.) | |
| PrevSibling |
Returns previous sibling
(Inherited from IChildNavigatorT.) | |
| SourceInfo |
Line information for this element
| |
| Text |
Text of the element model that may not exist
|