SetTimeFieldActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to set an instant in time.
The SetTimeFieldActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SetTimeFieldActivity | Initializes a new instance of the SetTimeFieldActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the WorkflowContext object that contains the properties that are associated with the active workflow instance. | |
DateValue | Gets or sets the instant in time to which the specified instant in time is set. | |
DateVariable | Gets or sets the instant in time that is set. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
Hours | Gets or sets the hour component of the instant in time that is set. | |
IsDynamicActivity | (Inherited from Activity.) | |
Minutes | Gets or sets the minute component of the instant in time that is set. | |
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 | |
---|---|---|
__ContextProperty | Represents the DependencyProperty that promotes the __Context property for use by workflow runtime. | |
DateValueProperty | Represents the DependencyProperty that promotes the DateValue property for use by workflow runtime. | |
DateVariableProperty | Represents the DependencyProperty that promotes the DateVariable property for use by workflow runtime. | |
HoursProperty | Represents the DependencyProperty that promotes the Hours property for use by workflow runtime. | |
MinutesProperty | Represents the DependencyProperty that promotes the Minutes property for use by workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top