Click or drag to resize
ActivityNode Class
Activity step in flow model
Inheritance Hierarchy

Namespace: FlexRule.Flows.Model.Nodes
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ActivityNode : StepNode, 
	ITransitionBuilder

The ActivityNode type exposes the following members.

Properties
  NameDescription
Public propertyChilds (Inherited from ActiveElement.)
Public propertyExpression
Public propertyHasExpression
Public propertyHasHandler
Public propertyID (Inherited from Node.)
Public propertyIncomings (Inherited from Node.)
Public propertyModel (Inherited from ActiveElement.)
Public propertyName
Name of node
(Inherited from Node.)
Public propertyNavigator (Inherited from ActiveElement.)
Public propertyOutgoings (Inherited from Node.)
Public propertyParent
Parent of the node
(Inherited from Node.)
Public propertyRaiseEvent
True if events want to be handled otherwise false
(Inherited from Node.)
Public propertyTo (Inherited from StepNode.)
Top
Methods
  NameDescription
Public methodCreate
Public methodCreateExecutor
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ActiveElement.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the type and name of the node
(Inherited from Node.)
Top
Extension Methods
  NameDescription
Public Extension MethodFillDictionaryByParameters (Defined by ActiveElementUtility.)
Public Extension MethodFindFirstActiveElement
Finds the first active element child that has the provided command name
(Defined by ActiveElementUtility.)
Public Extension MethodGetFormattedStringtValue (Defined by ActiveElementUtility.)
Public Extension MethodGetValueOfAttributeOrRef(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.)
Public Extension MethodGetValueOfAttributeOrRef(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.)
Public Extension MethodGetValueOfAttributeOrRef(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.)
Public Extension MethodGetValueOfAttributeOrVariable
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.)
Public Extension MethodHasActiveElement
Check if there is a child active element of a specific type
(Defined by ActiveElementUtility.)
Top
See Also