Click or drag to resize

UserTask Class

User Task activity
Inheritance Hierarchy
SystemObject
  System.ActivitiesActivity
    Scanjour.Workflow4.ActivityLibrary.UserTasksUserTask

Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public sealed class UserTask : Activity

The UserTask type exposes the following members.

Constructors
 NameDescription
Public methodUserTask Constructor for UserTask
Top
Properties
 NameDescription
Public propertyActions Gets or sets the actions.
Public propertyActionSecurity Gets or sets the execution security.
Public propertyActor Gets or sets the actor name key.
Public propertyActorType Gets or sets the actor type.
Public propertyAttachments Gets or sets the attached documents.
Public propertyCCActors Actors who wants to be informed about actions
Public propertyCCEnabledActions The actions the CC actors want'sto be informed about.
Public propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
Public propertyDisplayOrder Gets or sets the display order.
Public propertyDueDate Gets or sets the deadline.
Public propertyDueDateFormIdentity Gets or sets the form identity for a due date form.
Public propertyDuration Gets or sets the duration period.
Public propertyEnableAttachmentsSecurity Gets or sets the attachments security enabled flag.
Public propertyEnableConditionalApproveAction Gets or sets the enable conditional approve
Public propertyEnableParallelActivity Gets or sets the enable parallel activity
Public propertyEnableRedirectAction Gets or sets the enable forward action.
Public propertyEnableRejectToAction Gets or sets the enable reject to.
Public propertyEnableResendAction Gets or sets the enable resend action.
Public propertyEnableRolebasedPhases Gets or sets the flag indicating whether or not the user task should change phase in the phase process based on Actor roles.
Public propertyEnableTerminateOnCancel Gets or sets the enable terminate on cancel.
Public propertyEnableUpdateAction Gets or sets the enable reschedule.
Public propertyExitOnDueDate Gets or sets exit on due date.
Public propertyExitOnUpdate Gets or sets the flag indicating whether or not the user task should exit when an UPDATE bookmark is raised.
Public propertyFormIdentity Gets or sets the form identity.
Public propertyGroupIdentity Gets or sets the group identity.
Public propertyIdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Public propertyIdentity Gets or sets the identity.
Public propertyIsNotification Gets or sets the is notification.
Public propertyNearDueDate Gets or sets the near due.
Public propertyNearDueDateFormIdentity Gets or sets the form identity for a near due date form.
Public propertyNearDuration Gets or sets the near duration period.
Public propertyPermissionCode The permission code of the user task
Public propertyProperties Gets or sets the properties.
Public propertyResponse Gets or sets the response.
Public propertyShow Gets or sets the flas indicating whether or not the user task is show in log.
Public propertyTitle Gets or sets the title.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized.
(Inherited from Activity)
Public methodToStringReturns a String that contains the Id and DisplayName of the Activity.
(Inherited from Activity)
Top
Extension Methods
See Also