Click or drag to resize
RequirementDiagram Class
Inheritance Hierarchy

Namespace: FlexRule.Flows.RequirementDiagrams
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public abstract class RequirementDiagram : Flow, 
	IFlowDescriptions, ISignatureDescriptions, ISignatureVariableDescriptions, ISignatureTypeDescriptions

The RequirementDiagram type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescriptions (Overrides FlowDescriptions.)
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
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
Public propertyReferenceRules (Inherited from Flow.)
Top
Methods
  NameDescription
Protected methodBuildFlowExecutionPlan (Inherited from Flow.)
Protected methodConstructFlow (Overrides FlowConstructFlow(IElementActivatorRegistry, IElementModel).)
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
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