GroupAssignedTask Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to assign the same task to one or more users.
The GroupAssignedTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupAssignedTask | Initializes a new instance of the GroupAssignedTask class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the workflow context that contains properties that are associated with the active workflow instance. | |
Activities | (Inherited from CompositeActivity.) | |
AssignedTo | Gets or sets the list of account names of the users to whom the task is assigned. | |
CanModifyActivities | (Inherited from CompositeActivity.) | |
ContentTypeId | Gets or sets the ID of the content type associated with the task. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
Title | Gets or sets the title of the task. | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
__ContextProperty | Represents the __Context that the class promotes for use by the workflow runtime. | |
AssignedToProperty | Represents the AssignedTo property that the class promotes for use by the workflow runtime. | |
ContentTypeIdProperty | Represents the ContentTypeId that the class promotes for use by the workflow runtime. | |
TitleProperty | Represents the Title that the class promotes for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (Inherited from SequenceActivity.) |
Top