Click or drag to resize

VGWorkFlowProcessInstanceInformation Class

Represente a workflow in process
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlowVGWorkFlowProcessInstanceInformation

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 VGWorkFlowProcessInstanceInformation : ISerializable

The VGWorkFlowProcessInstanceInformation type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContexts
Context of the process
Public propertyCurrentNode
Current node of the process
Public propertyId
Process of the instance
Public propertyIsBuiltIn
if it is protected
Public propertyIsRepositoryIdChanged
If the repository changed
Public propertyLog
The log of the process
Public propertyName
Name of the workflow
Public propertyNewRepositoryId
Return the new id
Public propertyNextMoveOn
When it is next move
Public propertyRepositoryId
Id of the element
Public propertyStartDate
The date of the start
Public propertyStatus
The status of the process
Public propertyTimeStamp
Return time of the last update
Public propertyVGWorkFlowProcess
Return the process information
Public propertyVGWorkFlowProcessId
Id of the workflow
Top
Methods
  NameDescription
Public methodClone
Clone the VGWorkFlowProcessInstanceInformation
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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