Click or drag to resize

VGWorkFlowVariable Class

Represente the variable of the workflow
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlowVGWorkFlowVariable

Namespace:  Novalys.VisualGuard.Security.WorkFlow
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[SerializableAttribute]
public sealed class VGWorkFlowVariable : ISerializable

The VGWorkFlowVariable type exposes the following members.

Constructors
  NameDescription
Public methodVGWorkFlowVariable(String)
Constructor of VGWorkFlowVariable
Public methodVGWorkFlowVariable(Guid, String)
Constructor of VGWorkFlowVariable
Top
Properties
  NameDescription
Public propertyDescription
Description of the variable
Public propertyId
If of the variable
Public propertyName
Name of the variable
Public propertyValue
Represente the value of the VGWorkFlowVariable
Public propertyVariableType
Return the type of the variable VGWorkFlowVariableType
Top
Methods
  NameDescription
Public methodClone
Clone the variable
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueT
Return the value by T
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also