CompareProjectProperty members
The workflow activity that compares the specified project property with another value.
The CompareProjectProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CompareProjectProperty | Creates an instance of the CompareProjectProperty class. |
Top
Properties
Name | Description | |
---|---|---|
CodePropertyValue | Gets or sets the GUID of the code property, such as a selection in a lookup table. | |
CompareOperator | Gets or sets the property comparison operator. | |
ConditionValid | Gets or sets a value that indicates whether the condition is valid. | |
DateTimePropertyValue | Gets or sets the DateTime value used in the property comparison. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
DurationPropertyValue | Gets or sets the String value of the duration used in the property comparison. | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
FlagPropertyValue | Gets or sets the value of the Flag property used in the comparison. | |
IsDynamicActivity | (Inherited from Activity.) | |
MdPropUid | Gets or sets the GUID of the project property to compare. Not required if PropertyName is specified. | |
Name | (Inherited from Activity.) | |
NumericPropertyValue | Gets or sets the value of the Number property used in the comparison. | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
PropertyName | Gets or sets the name of the property used in the comparison. | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
TextPropertyValue | Gets or sets the value of the Text property used in the comparison. | |
UserData | (Inherited from DependencyObject.) | |
WaitUntilValueIsSet | Gets or sets a value that indicates whether the project property comparison waits until the property value is set. | |
WorkflowContext | Gets or sets the context of the CompareProjectProperty 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. | |
CompareOperatorProperty | Contains the CompareOperator property for comparing two properties. | |
ConditionValidProperty | Contains the ConditionValid property, which indicates when a comparison condition is valid. | |
DateTimePropertyValueProperty | Contains the DateTimePropertyValue property. | |
DurationPropertyValueProperty | Contains the DurationPropertyValue property. | |
FlagPropertyValueProperty | Contains the FlagPropertyValue property. | |
MdPropUidProperty | Contains the MdPropUid property, which is the GUID of the project property to compare. | |
NumericPropertyValueProperty | Contains the NumericPropertyValue property, which is the numeric value of the property to compare. | |
PropertyNameProperty | Contains the PropertyName property, which is the name of the project property to compare. | |
TextPropertyValueProperty | Contains the TextPropertyValue property. | |
WaitUntilValueIsSetProperty | Contains the WaitUntilValueIsSet property. | |
WorkflowContextProperty | Contains the WorkflowContext property, which is the context of the CompareProjectProperty activity in the parent ProjectSequence activity. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | Interface of the event listener for the CompareProjectProperty workflow activity. |
Top