Click or drag to resize
IElementModel Methods

The IElementModel type exposes the following members.

Methods
  NameDescription
Public methodCreateSelector
Creates a model selector to look into the current element model
Top
Extension Methods
  NameDescription
Public Extension MethodGetIndex
Gets the index of this model on the parent. When parent is null, returns -1
(Defined by ElementModelUtility.)
Public Extension MethodGetLogic
When Validation document, it find Logic element of a model. Otherwise null.
(Defined by ElementModelUtility.)
Public Extension MethodGetRoot
Find Root element of a model
(Defined by ElementModelUtility.)
Public Extension MethodGetValueOfAttributeOrVariable
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.
(Defined by ElementModelUtility.)
Public Extension MethodHasChildOf
Checks if the model has any child name as childCommandName
(Defined by ElementModelUtility.)
Public Extension MethodIndexOf
Checks if the model has any child name as childCommandName
(Defined by ElementModelUtility.)
Public Extension MethodIsInHierarchy
Checks if the model happens inside the command name
(Defined by ElementModelUtility.)
Public Extension MethodSameAs
Checks if both provided model are the same
(Defined by ElementModelUtility.)
Public Extension MethodToMonadBuilder (Defined by MonadExtensions.)
Public Extension MethodToXml
Transform IElementModel to its XML presentation
(Defined by ElementModelUtility.)
Top
See Also