SetFieldActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to set the value of a list item field.
The SetFieldActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SetFieldActivity | Initializes a new instance of the SetFieldActivity class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the workflow context that contains properties associated with the active workflow instance. |
![]() |
__ListId | Gets or sets the ID of the list containing the item with the field. |
![]() |
__ListItem | Gets or sets the specified item in the list. |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
FieldName | Gets or sets the name of the field for the item in the list. |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
Value | Gets or sets the value of the field for the item in the list. |
![]() |
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 | Used to promote the __Context property for use by the workflow runtime. |
![]() ![]() |
__ListIdProperty | Used to promote the __ListId property for use by the workflow runtime. |
![]() ![]() |
__ListItemProperty | Used to promote the __ListItem property for use by the workflow runtime. |
![]() ![]() |
FieldNameProperty | Used to promote the FieldName property for use by the workflow runtime. |
![]() ![]() |
ValueProperty | Used to promote the Value property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top