Click or drag to resize

VGWorkFlowNodeAssignUserToGroup Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNode
    Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNodeAssignUserToGroup

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 VGWorkFlowNodeAssignUserToGroup : VGWorkFlowNode, 
	ISerializable

The VGWorkFlowNodeAssignUserToGroup type exposes the following members.

Constructors
  NameDescription
Public methodVGWorkFlowNodeAssignUserToGroup
Initializes a new instance of the VGWorkFlowNodeAssignUserToGroup class
Top
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 propertyGroupId
Public propertyId
Id of the node
(Inherited from VGWorkFlowNode.)
Public propertyName
Name of the node
(Inherited from VGWorkFlowNode.)
Public propertyUserId
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