Skip to main content
All docs
V18.2

FilterConditionBase Members

The base class for filter conditions.

Constructors

Name Description
FilterConditionBase() Initializes a new instance of the FilterConditionBase class.
FilterConditionBase(FilterConditionEnum, Object, Object, Object) Initializes a new instance of the FilterConditionBase class with the specified column, comparison operator, and condition values.

Properties

Name Description
Collection Gets the collection to which the current condition belongs.
Condition Gets or sets the comparison operator.
Value1 Gets or sets a value that is compared to a column’s values.
Value2 Gets or sets a value that is compared to a column’s values.

Methods

Name Description
Assign(FilterConditionBase) Clears the contents of the current collection and then copies the contents of the specified collection to the current collection.
CheckValue(Object) Checks whether the specified value matches the current condition.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also