Click or drag to resize
ContainerNode Class
Base node for Nodes element 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 abstract class ContainerNode : Node

The ContainerNode type exposes the following members.

Constructors
  NameDescription
Protected methodContainerNode
Top
Properties
  NameDescription
Protected propertyActivatorRegistry (Inherited from ActiveElement.)
Public propertyChilds (Inherited from ActiveElement.)
Public propertyID (Inherited from Node.)
Public propertyIncomings (Inherited from Node.)
Protected propertyInnerIncomingTransitions
List of incoming transitions
(Inherited from Node.)
Protected propertyInnerOutgoingTransitions
List of outgoing transitions
(Inherited from Node.)
Public propertyModel (Inherited from ActiveElement.)
Public propertyName
Name of node
(Inherited from Node.)
Public propertyNavigator (Inherited from ActiveElement.)
Public propertyNodes
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
Top
Methods
  NameDescription
Protected methodActivateElement
Creates active element for the provided model
(Inherited from ActiveElement.)
Protected methodActivateInnerElements
Activates all the child elements of the provided node
(Inherited from ActiveElement.)
Protected methodAddExceptionCommand
During activation commands listed as exception will not be activated
(Inherited from ActiveElement.)
Protected methodAddIncomingTransition (Overrides NodeAddIncomingTransition(Transition).)
Protected methodAddOutgoingTransition (Overrides NodeAddOutgoingTransition(Transition).)
Protected methodCollectFactoryArguments (Inherited from ActiveElement.)
Protected methodCreateActiveElement(IElementModel)
Creates active element using provided model as the source and the parent is the current ActiveElement
(Inherited from ActiveElement.)
Protected methodCreateActiveElement(ActiveElement, IElementModel)
Creates active element using element as source and provided parent
(Inherited from ActiveElement.)
Public methodEquals(Object) (Inherited from Node.)
Public methodEquals(Node, Node) (Inherited from Node.)
Public methodGetEnumerator (Inherited from ActiveElement.)
Public methodGetHashCode (Inherited from Node.)
Protected methodHasActiveElement
Check if there is a child active element of a specific type
(Inherited from ActiveElement.)
Public methodToString
Returns the type and name of the node
(Inherited from Node.)
Protected methodValidate
Validates the model references, attributes,... Last chance to validate models after being loaded. This method will be called recursively for all the loaded nodes.
(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 MethodGetAllChildNodes (Defined by NestedBehaviourExtensions.)
Public Extension MethodGetDeclaration (Defined by ElementModelUtility.)
Public Extension MethodGetFormattedStringtValue (Defined by ActiveElementUtility.)
Public Extension MethodGetRoot (Defined by ElementModelUtility.)
Public Extension MethodGetRootStage (Defined by NestedBehaviourExtensions.)
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.)
Public Extension MethodIsMonadParameterReference (Defined by MonadParameterReferenceExtension.)
Top
See Also