| ActivityNode Class |
Namespace: FlexRule.Flows.Model.Nodes
[SerializableAttribute] public sealed class ActivityNode : StepNode, ITransitionBuilder
The ActivityNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Childs | (Inherited from ActiveElement.) | |
| Expression | ||
| HasExpression | ||
| HasHandler | ||
| ID | (Inherited from Node.) | |
| Incomings | (Inherited from Node.) | |
| Model | (Inherited from ActiveElement.) | |
| Name |
Name of node
(Inherited from Node.) | |
| Navigator | (Inherited from ActiveElement.) | |
| Outgoings | (Inherited from Node.) | |
| Parent |
Parent of the node
(Inherited from Node.) | |
| RaiseEvent |
True if events want to be handled otherwise false
(Inherited from Node.) | |
| To | (Inherited from StepNode.) |
| Name | Description | |
|---|---|---|
| Create | ||
| CreateExecutor | ||
| Equals(Object) | (Inherited from Node.) | |
| Equals(Node, Node) | (Inherited from Node.) | |
| GetEnumerator | (Inherited from ActiveElement.) | |
| GetHashCode | (Inherited from Node.) | |
| ToString |
Returns the type and name of the node
(Inherited from Node.) |
| Name | Description | |
|---|---|---|
| FillDictionaryByParameters | (Defined by ActiveElementUtility.) | |
| FindFirstActiveElement |
Finds the first active element child that has the provided command name
(Defined by ActiveElementUtility.) | |
| GetDeclaration | (Defined by ElementModelUtility.) | |
| GetFormattedStringtValue | (Defined by ActiveElementUtility.) | |
| GetRoot | (Defined by ElementModelUtility.) | |
| GetRootStage | (Defined by NestedBehaviourExtensions.) | |
| GetValueOfAttributeOrRef(String, IElementModelParameterCollection, IVariableContainer) | Overloaded.
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.
(Defined by ActiveElementUtility.) | |
| GetValueOfAttributeOrRef(String, IElementModelParameterCollection, IVariableContainer, Boolean, Boolean) | Overloaded.
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.
(Defined by ActiveElementUtility.) | |
| GetValueOfAttributeOrRef(String, String, IElementModelParameterCollection, IVariableContainer, Boolean, Boolean) | Overloaded.
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.
(Defined by ActiveElementUtility.) | |
| 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.
(Defined by ActiveElementUtility.) | |
| HasActiveElement |
Check if there is a child active element of a specific type
(Defined by ActiveElementUtility.) | |
| IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) |