Click or drag to resize

VGWorkFlowNodeGetUser Class

Get user and set in variable
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNode
    Novalys.VisualGuard.Security.WorkFlow.NodesVGWorkFlowNodeGetUser

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

The VGWorkFlowNodeGetUser 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 propertyFindBy
Type of the finder
Public propertyFindValue
The value for the search
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 VARIABLEKEY_USER
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