Click or drag to resize
IElementModel Properties

The IElementModel type exposes the following members.

Properties
  NameDescription
Public propertyChilds
All children of the element
Public propertyFirstChild
Returns the first child
(Inherited from IChildNavigatorT.)
Public propertyHasChildren
True if there is any child, otherwise false.
(Inherited from IChildNavigatorT.)
Public propertyHasParent
True if has parent, otherwise false
(Inherited from IChildNavigatorT.)
Public propertyLastChild
Returns last child
(Inherited from IChildNavigatorT.)
Public propertyName
Name of the element model that always exists
Public propertyNavigator
Provides navigator for detail navigation inside the element
Public propertyNextSibling
Returns the next sibling
(Inherited from IChildNavigatorT.)
Public propertyParameters
All parameters of a element
Public propertyParent
Parent of active element
(Inherited from IChildNavigatorT.)
Public propertyPrevSibling
Returns previous sibling
(Inherited from IChildNavigatorT.)
Public propertySourceInfo
Line information for this element
Public propertyText
Text of the element model that may not exist
Top
See Also