Click or drag to resize
DecisionRequirementDiagram Class
Inheritance Hierarchy
SystemObject
  FlexRuleExecutionPlanIFlowDescriptions
    FlexRule.FlowsFlow
      FlexRule.Flows.RequirementDiagramsRequirementDiagram
        FlexRule.Flows.RequirementDiagramsDecisionRequirementDiagram

Namespace: FlexRule.Flows.RequirementDiagrams
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class DecisionRequirementDiagram : RequirementDiagram

The DecisionRequirementDiagram type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescriptions (Inherited from RequirementDiagram.)
Public propertyEnabled
If the procedure is not enabled, the engine throws and exception during execution
(Inherited from Flow.)
Public propertyGlossary (Inherited from Flow.)
Public propertyInputs (Inherited from RequirementDiagram.)
Public propertyModel
Model source of flow
(Inherited from Flow.)
Public propertyName
Procedure name
(Inherited from Flow.)
Public propertyNodes
Add internal nodes of the flow
(Inherited from Flow.)
Public propertyOutputs (Inherited from RequirementDiagram.)
Public propertyReferenceRules (Inherited from Flow.)
Top
Methods
  NameDescription
Protected methodBuildFlowExecutionPlan (Inherited from Flow.)
Protected methodConstructFlow (Inherited from RequirementDiagram.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetRootDefinitionName
The main flow definition node name, e.g. Flow, Workflow...
(Inherited from Flow.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParse (Overrides RequirementDiagramParse(IElementActivatorRegistry, IElementModel).)
Protected methodPrepareRegistry
Prepares context`s activator registry for the exection
(Inherited from Flow.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also