Click or drag to resize

VGWorkFlowNodeSetVariable Class

Set a variable in the context
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNode
    Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNodeSetVariable

Namespace:  Novalys.VisualGuard.Security.WorkFlow.Nodes
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[SerializableAttribute]
public sealed class VGWorkFlowNodeSetVariable : VGWorkFlowNode, 
	ISerializable

The VGWorkFlowNodeSetVariable type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
All sub sequences of the current node
(Inherited from VGWorkFlowNode.)
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 propertyValue
Value of the variable
Public propertyVariableName
Name of the variable
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
Execute the node
(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
(Overrides VGWorkFlowNodeValidateNode(VGWorkFlowContext).)
Top
Fields
  NameDescription
Protected fielddict
Local store of the node
(Inherited from VGWorkFlowNode.)
Top
See Also