Click or drag to resize

VGWorkFlowNodeForEach Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNode
    Novalys.VisualGuard.Security.WorkFlow.Nodes.InstructionsVGWorkFlowNodeForEach

Namespace:  Novalys.VisualGuard.Security.WorkFlow.Nodes.Instructions
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGWorkFlowNodeForEach : VGWorkFlowNode, 
	ISerializable

The VGWorkFlowNodeForEach type exposes the following members.

Constructors
  NameDescription
Protected methodVGWorkFlowNodeForEach
Initializes a new instance of the VGWorkFlowNodeForEach class
Top
Properties
  NameDescription
Public propertyChildren
All sub sequences of the current node
(Inherited from VGWorkFlowNode.)
Public propertyCurrentElement
Public propertyDescription
Description of the node
(Inherited from VGWorkFlowNode.)
Public propertyDisplayName
Display node
(Inherited from VGWorkFlowNode.)
Public propertyId
Id of the node
(Inherited from VGWorkFlowNode.)
Public propertyName
Name of the node
(Inherited from VGWorkFlowNode.)
Public propertyVariableName
Top
Methods
  NameDescription
Public methodClone
Clone the node
(Inherited from VGWorkFlowNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute (Overrides VGWorkFlowNodeExecute(VGWorkFlowContext, VGWorkFlowTransition).)
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.)
Protected methodGetDictionary
Get all variables of the context
(Inherited from VGWorkFlowNode.)
Protected methodGetExpressionValueT
Evaluate the expression
(Inherited from VGWorkFlowNode.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Serialization
(Inherited from VGWorkFlowNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValueT
Get value of the variable
(Inherited from VGWorkFlowNode.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReplaceExpressionText
Convertion of the expression
(Inherited from VGWorkFlowNode.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateNode
Validate the node, if it is valid
(Inherited from VGWorkFlowNode.)
Top
Fields
  NameDescription
Protected fielddict
Local store of the node
(Inherited from VGWorkFlowNode.)
Top
See Also