Click or drag to resize

VGWorkFlowNodeGetGroup Class

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

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

The VGWorkFlowNodeGetGroup type exposes the following members.

Constructors
  NameDescription
Public methodVGWorkFlowNodeGetGroup
Initializes a new instance of the VGWorkFlowNodeGetGroup class
Protected methodVGWorkFlowNodeGetGroup(SerializationInfo, StreamingContext)
Initializes a new instance of the VGWorkFlowNodeGetGroup 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 propertyFindBy
Public propertyFindValue
Public propertyId
Id of the node
(Inherited from VGWorkFlowNode.)
Public propertyName
Name of the node
(Inherited from VGWorkFlowNode.)
Public propertyVariableName
By default the variable name is "Groups"
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 (Overrides VGWorkFlowNodeValidateNode(VGWorkFlowContext).)
Top
Fields
  NameDescription
Protected fielddict
Local store of the node
(Inherited from VGWorkFlowNode.)
Top
See Also