| ActiveElementUtility Class |
Namespace: FlexRule
public static class ActiveElementUtility
The ActiveElementUtility type exposes the following members.
| Name | Description | |
|---|---|---|
| FillDictionaryByParameters | ||
| FindFirstActiveElement |
Finds the first active element child that has the provided command name
| |
| GetFormattedStringtValue | ||
| GetValueOfAttributeOrRef(ActiveElement, String, IElementModelParameterCollection, IVariableContainer) |
Get 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. Also it checks the container for '-ref' post fix of the attribute name.
| |
| GetValueOfAttributeOrRef(ActiveElement, String, IElementModelParameterCollection, IVariableContainer, Boolean, Boolean) |
Get 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. Also it checks the container for '-ref' post fix of the attribute name.
| |
| GetValueOfAttributeOrRef(ActiveElement, String, String, IElementModelParameterCollection, IVariableContainer, Boolean, Boolean) |
Get 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. Also it checks the container for '-ref' post fix of the attribute name.
| |
| GetValueOfAttributeOrVariable |
Get 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.
| |
| HasActiveElement |
Check if there is a child active element of a specific type
|