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 propertyActiveFlow (Inherited from Flow.)
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.)
Protected methodGetRootDefinitionName
The main flow definition node name, e.g. Flow, Workflow...
(Inherited from Flow.)
Protected methodParse (Overrides RequirementDiagramParse(IElementActivatorRegistry, IElementModel).)
Protected methodPrepareRegistry
Prepares context`s activator registry for the exection
(Inherited from Flow.)
Top
Extension Methods
See Also