UpdateProjectProperty Members
Include Protected Members
Include Inherited Members
The workflow activity that updates the specified project property.
The UpdateProjectProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateProjectProperty | Creates an instance of the UpdateProjectProperty class. |
Top
Properties
Name | Description | |
---|---|---|
CodePropertyValue | Gets or sets the GUID of the code property, such as a selection in a lookup table. | |
DateTimePropertyValue | Gets or sets the DateTime value that is used for the property update. | |
DeleteValue | Gets or sets a value that specifies whether to delete the custom field value. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
DurationPropertyValue | Gets or sets the String value of the duration that is used in the property update. | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
FlagPropertyValue | Gets or sets the value of the Flag property that is used for the update. | |
IsDynamicActivity | (Inherited from Activity.) | |
MaxRetries | Gets or sets the maximum number of retries for the property update. | |
MdPropUid | Gets or sets the GUID of the project property to update. Not required if PropertyName is specified. | |
Name | (Inherited from Activity.) | |
NumericPropertyValue | Gets or sets the value of the Number property that is used for the update. | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
PropertyName | Gets or sets the name of the property that is used for the update. | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
TextPropertyValue | Gets or sets the value of the Text property for the update. | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets or sets the context of the UpdateProjectProperty activity in the parent workflow activity. | |
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 | |
---|---|---|
CodePropertyValueProperty | Contains the CodePropertyValue property. | |
DateTimePropertyValueProperty | Contains the DateTimePropertyValue property. | |
DeleteValueProperty | Contains the DeleteValue property. | |
DurationPropertyValueProperty | Contains the DurationPropertyValue property. | |
FlagPropertyValueProperty | Contains the FlagPropertyValue property. | |
MaxRetriesProperty | Contains the MaxRetries property. | |
MdPropUidProperty | Contains the MdPropUid property, which is the GUID of the project property to update. | |
NumericPropertyValueProperty | Contains the NumericPropertyValue property, which is the numeric value of the property. | |
PropertyNameProperty | Contains the PropertyName property, which is the name of the project property to update. | |
TextPropertyValueProperty | Contains the TextPropertyValue property. | |
WorkflowContextProperty | Contains the WorkflowContext property, which is the context of the UpdateProjectProperty activity in the parent ProjectSequence activity. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | The interface of the event listener for the UpdateProjectProperty workflow activity. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top