Click or drag to resize

VGWorkFlowInstance Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGWorkFlowInstance

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[SerializableAttribute]
public sealed class VGWorkFlowInstance

The VGWorkFlowInstance type exposes the following members.

Methods
  NameDescription
Public methodCreateWorkFlowProcess(String, String, VGWorkFlowProcessType, VGWorkFlowTrigger)
Public methodCreateWorkFlowProcess(String, String, Boolean, Boolean, Boolean, VGWorkFlowProcessType, VGWorkFlowTrigger)
Public methodDeleteProcess
Public methodDuplicateProcess
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExportProcess
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 methodGetAllOnGoingWorkFlowProceses
Public methodGetAllWorkFlowProcesses
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWorkFlowData
Public methodGetWorkFlowImpersonatedUserName
Get the workflow executing impersonated username.
Public methodGetWorkFlowProcessById
Public methodGetWorkFlowProcessByName
Public methodImportProcess
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRunWorkFlowProcessSequence(VGWorkFlowProcess)
Public methodRunWorkFlowProcessSequence(VGWorkFlowProcess, VGWorkFlowVariables)
Public methodSaveWorkFlowData
Public methodSetWorkFlowImpersonatedUserIdentity
Sets workflow impersonated user identity for workflow execution.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateWorkFlowProcess
Top
See Also