IDocflowTask Interface
Base abstract interface for docflow tasks definition.
Namespace:
Xafari.Docflow.Model
Assembly: Xafari.Docflow (in Xafari.Docflow.dll)
- c#
- VB
[ModelPersistentName("Task")] [ModelDisplayName("Task")] [Description("Abstract task")] [ImageName("Model_Task")] public interface IDocflowTask : IDocflowTasksGroupMember
<ModelPersistentName("Task")> _
<ModelDisplayName("Task")> _
<Description("Abstract task")> _
<ImageName("Model_Task")> _
Public Interface IDocflowTask
Inherits IDocflowTasksGroupMember
End Interface
Name | Description | |
---|---|---|
![]() |
Actions | Actions collection for current task. |
![]() |
ActionsEntry | Additional entry actions that should be executed when document takes current stage. (inherited from IDocflowTasksGroupMember). |
![]() |
ActionsExit | Additional exit actions that should be executed when document lives current stage. (inherited from IDocflowTasksGroupMember). |
![]() |
AllowCreateTasks | Gets a value indicating if task can create other tasks. |
![]() |
AllowEditDocument | Gets a value indicating if task can edit document data. |
![]() |
AllowReadDocument | Gets a value indicating if task can read document data. |
![]() |
AvailableSignals | All signals for current document. (inherited from IDocflowTasksGroupMember). |
![]() |
AvailableSteps | All available next steps for current task. (inherited from IDocflowTasksGroupMember). |
![]() |
Caption | Task caption. |
![]() |
Deadline | Allow to get date when task should be finished. (inherited from IDocflowTasksGroupMember). |
![]() |
Description | Tasks group memver description. (inherited from IDocflowTasksGroupMember). |
![]() |
Document | Link to document. |
![]() |
Executor | Tasks group member executor. Take effect only in tasks. (inherited from IDocflowTasksGroupMember). |
![]() |
ExecutorType | Tasks group member executor type. Take effect only in tasks. (inherited from IDocflowTasksGroupMember). |
![]() |
Executors | Get all participants of current executor type from model. (inherited from IDocflowTasksGroupMember). |
![]() |
ExpectedStart | Expected date for starting task execution. (inherited from IDocflowTasksGroupMember). |
![]() |
FailureCriterias | Task rules that allow to validate document state. |
![]() |
Id | Task caption. |
![]() |
IsClonable | Gets a value indicating if task can be cloned. |
![]() |
IsRequired | Gets a value indicating if task should be executed. |
![]() |
IsTemplate | Gets a value indicating if current tasks group member is template. (inherited from IDocflowTasksGroupMember). |
![]() |
LocalProperties | Links to document properties. For properties that should contains specific values for specific tasks or tasks groups. (inherited from IDocflowTasksGroupMember). |
![]() |
NotificationDate | Date when it is necessary to remind the users about task. (inherited from IDocflowTasksGroupMember). |
![]() |
ParametersMapping | Set signal parameters mapping fo deadline signal. (inherited from IDocflowTasksGroupMember). |
![]() |
Stage | Task stage name. |
![]() |
Switch | Available variants for next task. (inherited from IDocflowTasksGroupMember). |
![]() |
TaskExecutionCriteria | Gets expression that indicates if current task shiould be executed or canceled. (inherited from IDocflowTasksGroupMember). |
![]() |
ViewProperties | Task links to document properties. For autoforms. |
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.