Click or drag to resize
TryNodeTransition Class
Transition with exception handling enabled
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#
public class TryNodeTransition : PrioritizedTransition

The TryNodeTransition type exposes the following members.

Constructors
  NameDescription
Public methodTryNodeTransition
Top
Properties
  NameDescription
Protected propertyActivatorRegistry (Inherited from ActiveElement.)
Public propertyChilds (Inherited from ActiveElement.)
Public propertyFinal
Public propertyFrom (Inherited from Transition.)
Public propertyModel (Inherited from ActiveElement.)
Public propertyName (Inherited from Transition.)
Public propertyNavigator (Inherited from ActiveElement.)
Public propertyPriority (Inherited from PrioritizedTransition.)
Public propertyTo (Inherited from Transition.)
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 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 (Inherited from Transition.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ActiveElement.)
Public methodGetExceptionType
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.)
Protected methodHasActiveElement
Check if there is a child active element of a specific type
(Inherited from ActiveElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from Transition.)
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