Click or drag to resize

VGWorkFlowProcessInformation Class

Represente the WorkFlow
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WorkFlowVGWorkFlowProcessInformation

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

The VGWorkFlowProcessInformation type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Return the description of the process
Public propertyId
return the id of the process
Public propertyIsActive
Check if the process is actived
Public propertyIsBuiltIn
If it is protected
Public propertyIsConcurrency
Define if the Process can be multiple in the same time
Public propertyIsCustomProcess
If it is custom process
Public propertyIsRepositoryIdChanged
Check if the id is changed
Public propertyName
return the name of the process
Public propertyNewRepositoryId
Return the new id of the element
Public propertyProcessType
Return the type of the process
Public propertyRepositoryId
Id of the VGWorkflowProcess
Public propertyRootSequence
Return the root sequence to start the process
Public propertyTimeStamp
Return the time of the last update
Public propertyTraceLevel
Level of the trace
Public propertyTrigger
Return the trigger
Public propertyVariables
return the list of variables
Top
Methods
  NameDescription
Public methodClone
Clone the process information
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