SimpleUserTaskArguments Class

An extension to the UserTaskInformation class that enables the class to be used for an argument to SimpleUserTaskInvoker

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[SerializableAttribute]
public class SimpleUserTaskArguments : UserTaskInformation, 
	ICloneable
Inheritance
Object    UserTaskInformation    SimpleUserTaskArguments
Implements
ICloneable

Constructors

SimpleUserTaskArgumentsInitializes a new instance of the SimpleUserTaskArguments class

Properties

Action
(Inherited from UserTaskInformation)
Actions
(Inherited from UserTaskInformation)
ActionSecurity
(Inherited from UserTaskInformation)
Actor Gets or sets the actor.
ActorDepartment
(Inherited from UserTaskInformation)
ActorNameCode
(Inherited from UserTaskInformation)
ActorNameKey
(Inherited from UserTaskInformation)
ActorNameType
(Inherited from UserTaskInformation)
ActorRole
(Inherited from UserTaskInformation)
ActorType
(Inherited from UserTaskInformation)
Attachments
(Inherited from UserTaskInformation)
Calculated
(Inherited from UserTaskInformation)
CCActors Actors who wants to be informed about actions
CCEnabledActions The actions the CC actors wants to be informed about.
Closed
(Inherited from UserTaskInformation)
Comment
(Inherited from UserTaskInformation)
CurrentState The current state of the usertask if known
DisplayOrder
(Inherited from UserTaskInformation)
DisplayOrderIncrement The default task order increment
DueDate
(Inherited from UserTaskInformation)
Duration
(Inherited from UserTaskInformation)
EnableAttachmentSecurity
(Inherited from UserTaskInformation)
EnableAttachmentsSecurity Gets or sets the attachments security enabled flag.
EnableConditionalApproveAction
(Inherited from UserTaskInformation)
EnableParallelActivity
(Inherited from UserTaskInformation)
EnableRedirectAction
(Inherited from UserTaskInformation)
EnableRejectToAction
(Inherited from UserTaskInformation)
EnableResendAction
(Inherited from UserTaskInformation)
EnableRolebasedPhases Gets or sets the flag indicating whether or not the user task should change phase in the phase process based on Actor roles.
EnableTerminateOnCancel Gets or sets the enable terminate on cancel.
EnableUpdateAction
(Inherited from UserTaskInformation)
ErrorType
(Inherited from UserTaskInformation)
ExitOnUpdate Gets or sets the flas indicating whether or not the user task should exit when an UPDATE bookmark is raised.
FormIdentity
(Inherited from UserTaskInformation)
GroupIdentity
(Inherited from UserTaskInformation)
Identity
(Inherited from UserTaskInformation)
InstanceIdentity
(Inherited from UserTaskInformation)
IsNotification
(Inherited from UserTaskInformation)
Label
(Inherited from UserTaskInformation)
Mandatory
(Inherited from UserTaskInformation)
NearDueDate
(Inherited from UserTaskInformation)
NearDuration
(Inherited from UserTaskInformation)
Opened
(Inherited from UserTaskInformation)
PermissionCode
(Inherited from UserTaskInformation)
Properties
(Inherited from UserTaskInformation)
Schedule
(Inherited from UserTaskInformation)
Show
(Inherited from UserTaskInformation)
State
(Inherited from UserTaskInformation)
StepInformation
(Inherited from UserTaskInformation)
Title
(Inherited from UserTaskInformation)
UserTaskData
(Inherited from UserTaskInformation)

Methods

Clone 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Extension Methods

See Also