DelayForActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to pause the workflow for the specified duration.
The DelayForActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DelayForActivity | Initializes a new instance of the DelayForActivity class. |
Top
Properties
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity.) | |
CanModifyActivities | (Inherited from CompositeActivity.) | |
Days | Gets or sets the number of days in the time interval for which the workflow instance pauses. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Duration | Gets or sets the duration of the time interval for which the workflow instance pauses. | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
Hours | Gets or sets the number of hours in the time interval for which the workflow instance pauses. | |
IsDynamicActivity | (Inherited from Activity.) | |
Minutes | Gets or sets the number of minutes in the time interval for which the workflow instance pauses. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
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 | |
---|---|---|
DaysProperty | Represents the Days property that the class promotes for use by the workflow runtime. | |
DurationProperty | Represents the Duration property that the class promotes for use by the workflow runtime. | |
EnterComment | Represents the comment displayed to the user when the pause begins. | |
ExitComment | Represents the comment displayed to the user when the pause ends. | |
HoursProperty | Represents the Hours property that the class promotes for use by the workflow runtime. | |
MinutesProperty | Represents the Minutes property 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