Click or drag to resize

SimpleUserTask Class

User Task activity
Inheritance Hierarchy
SystemObject
  System.ActivitiesActivity
    System.ActivitiesNativeActivity
      Scanjour.Workflow4.ActivityLibrary.UserTasksUserTaskBase
        Scanjour.Workflow4.ActivityLibrary.UserTasksSimpleUserTask

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 SimpleUserTask : UserTaskBase

The SimpleUserTask type exposes the following members.

Constructors
 NameDescription
Public methodSimpleUserTask Initializes a new instance of the SimpleUserTask class.
Top
Properties
 NameDescription
Public propertyActions Gets or sets the actions.
(Inherited from UserTaskBase)
Public propertyActionSecurity Gets or sets the execution security.
(Inherited from UserTaskBase)
Public propertyActor Gets or sets the actor.
Public propertyActorType Gets or sets the actor type.
Public propertyAttachments Gets or sets the attached documents.
(Inherited from UserTaskBase)
Public propertyCCActors Actors who wants to be informed about actions
Public propertyCCEnabledActions The actions the CC actors wants to 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 propertyDuration Gets or sets the duration period.
Public propertyEnableAttachmentsSecurity Gets or sets the attachments security enabled flag.
(Inherited from UserTaskBase)
Public propertyEnableConditionalApproveAction Gets or sets the enable conditional approve
(Inherited from UserTaskBase)
Public propertyEnableParallelActivity Gets or sets the enable parallel activity
(Inherited from UserTaskBase)
Public propertyEnableRedirectAction Gets or sets the enable forward action.
(Inherited from UserTaskBase)
Public propertyEnableRejectToAction Gets or sets the enable reject to.
(Inherited from UserTaskBase)
Public propertyEnableResendAction Gets or sets the enable resend action.
(Inherited from UserTaskBase)
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.
(Inherited from UserTaskBase)
Public propertyEnableUpdateAction Gets or sets the enable reschedule.
(Inherited from UserTaskBase)
Public propertyExitOnUpdate Gets or sets the flas indicating whether or not the user task should exit when an UPDATE bookmark is raised.
Public propertyFormIdentity Gets or sets the form identity.
(Inherited from UserTaskBase)
Public propertyGroupIdentity Gets or sets the group identity.
(Inherited from UserTaskBase)
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.
(Inherited from UserTaskBase)
Public propertyMandatory The Actor is a mandatory actor
Public propertyNearDueDate Gets or sets the near due.
Public propertyNearDuration Gets or sets the near duration period.
Public propertyPermissionCode Gets or sets the permission code.
(Inherited from UserTaskBase)
Public propertyProperties Gets or sets the properties.
(Inherited from UserTaskBase)
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.
(Inherited from UserTaskBase)
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