public sealed class TaskInfo : CodeActivity
Public NotInheritable Class TaskInfo
Inherits CodeActivity
public ref class TaskInfo sealed : public CodeActivity
[<SealedAttribute>]
type TaskInfo =
class
inherit CodeActivity
end
TaskInfo | Initializes a new instance of the TaskInfo class. |
Action | Gets or sets the action. |
Actor | Gets or sets the actor. |
ActorType | Gets or sets the actor type. |
Arguments | The arguments for the info message. |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity) |
DisplayOrder | Gets or sets the display order. |
DueDate | Gets or sets the deadline. |
Enabled | Activity is enabled if true. |
Error | Gets or sets the error type. |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity) |
Identity | Gets or sets the identity. |
Info | An info mesage. |
Schedule | The User Task schedule status. |
Show | True if the entry is shown in the user task history log. |
State | Gets or sets the task state |
CreateOrUpdateTaskStatus(ActivityContext, String, String, InfoEnum, String, TaskState) | Create or update a TaskStatus entry in WzpUserTask |
CreateOrUpdateTaskStatus(ActivityContext, String, UserTaskActorType, Contact, DateTime, TaskSchedule, TaskState, String, InfoEnum, String, String, Boolean, Int32) | Create or update a TaskStatus entry in WzpUserTask |
CreateTaskStatus | Create a TaskStatus entry in WzpUserTask |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
HideTaskStatus | Sets show to false on a TaskStatus entry in WzpUserTask. |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity) |
ToString | Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity) |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |