Click or drag to resize
ElementModelUtility Methods

The ElementModelUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetIndex
Gets the index of this model on the parent. When parent is null, returns -1
Public methodStatic memberGetLogic
When Validation document, it find Logic element of a model. Otherwise null.
Public methodStatic memberGetRoot
Find Root element of a model
Public methodStatic memberGetValueOfAttributeOrVariable
Find the value from model`s parameters. If that value is a name of variable if the provided container it resolve the result with the container.
Public methodStatic memberHasChildOf
Checks if the model has any child name as childCommandName
Public methodStatic memberIndexOf
Checks if the model has any child name as childCommandName
Public methodStatic memberIsInHierarchy
Checks if the model happens inside the command name
Public methodStatic memberSameAs
Checks if both provided model are the same
Public methodStatic memberToXml
Transform IElementModel to its XML presentation
Top
See Also