Share via


CompareProjectProperty members

The workflow activity that compares the specified project property with another value.

The CompareProjectProperty type exposes the following members.

Constructors

  Name Description
Public method CompareProjectProperty Creates an instance of the CompareProjectProperty class.

Top

Properties

  Name Description
Public property CodePropertyValue Gets or sets the GUID of the code property, such as a selection in a lookup table.
Public property CompareOperator Gets or sets the property comparison operator.
Public property ConditionValid Gets or sets a value that indicates whether the condition is valid.
Public property DateTimePropertyValue Gets or sets the DateTime value used in the property comparison.
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property DurationPropertyValue Gets or sets the String value of the duration used in the property comparison.
Public property Enabled (Inherited from Activity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property FlagPropertyValue Gets or sets the value of the Flag property used in the comparison.
Public property IsDynamicActivity (Inherited from Activity.)
Public property MdPropUid Gets or sets the GUID of the project property to compare. Not required if PropertyName is specified.
Public property Name (Inherited from Activity.)
Public property NumericPropertyValue Gets or sets the value of the Number property used in the comparison.
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property PropertyName Gets or sets the name of the property used in the comparison.
Public property QualifiedName (Inherited from Activity.)
Public property Site (Inherited from DependencyObject.)
Public property TextPropertyValue Gets or sets the value of the Text property used in the comparison.
Public property UserData (Inherited from DependencyObject.)
Public property WaitUntilValueIsSet Gets or sets a value that indicates whether the project property comparison waits until the property value is set.
Public property WorkflowContext Gets or sets the context of the CompareProjectProperty activity in the parent workflow activity.
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method Cancel Cancels the CompareProjectProperty workflow activity. (Overrides Activity.Cancel(ActivityExecutionContext).)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute Runs the CompareProjectProperty workflow activity. (Overrides Activity.Execute(ActivityExecutionContext).)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from Activity.)
Protected method Initialize (Inherited from Activity.)
Protected method InitializeProperties (Inherited from DependencyObject.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from Activity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from Activity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityExecutionContextLoad (Inherited from Activity.)
Protected method OnActivityExecutionContextUnload (Inherited from Activity.)
Protected method OnClosed (Inherited from Activity.)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Protected method Uninitialize (Inherited from Activity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Top

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event StatusChanged (Inherited from Activity.)

Top

Fields

  Name Description
Public fieldStatic member CodePropertyValueProperty Contains the CodePropertyValue property.
Public fieldStatic member CompareOperatorProperty Contains the CompareOperator property for comparing two properties.
Public fieldStatic member ConditionValidProperty Contains the ConditionValid property, which indicates when a comparison condition is valid.
Public fieldStatic member DateTimePropertyValueProperty Contains the DateTimePropertyValue property.
Public fieldStatic member DurationPropertyValueProperty Contains the DurationPropertyValue property.
Public fieldStatic member FlagPropertyValueProperty Contains the FlagPropertyValue property.
Public fieldStatic member MdPropUidProperty Contains the MdPropUid property, which is the GUID of the project property to compare.
Public fieldStatic member NumericPropertyValueProperty Contains the NumericPropertyValue property, which is the numeric value of the property to compare.
Public fieldStatic member PropertyNameProperty Contains the PropertyName property, which is the name of the project property to compare.
Public fieldStatic member TextPropertyValueProperty Contains the TextPropertyValue property.
Public fieldStatic member WaitUntilValueIsSetProperty Contains the WaitUntilValueIsSet property.
Public fieldStatic member WorkflowContextProperty Contains the WorkflowContext property, which is the context of the CompareProjectProperty activity in the parent ProjectSequence activity.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IActivityEventListener<QueueEventArgs>.OnEvent Interface of the event listener for the CompareProjectProperty workflow activity.

Top

See also

Reference

CompareProjectProperty class

Microsoft.Office.Project.Server.Workflow namespace