The Condition type exposes the following members.

Methods

  Name Description
Public method Apply
Applies the condition to a given value.
Public method Clear
Clears this condition by setting the Operator to 'None' and the Parameter to null.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property IsActive
Gets a value that indicates whether the condition is active.
Public property Operator
Gets or sets the operator used by this condition.
Public property Parameter
Gets or sets the parameter used by this condition.

See Also