Filter.LogicalOperator members
Logical operator for a field, as defined by the specified field operands and the operation (AND or OR).
The Filter.LogicalOperator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Filter.LogicalOperator | Instantiates a LogicalOperator object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Operands | Gets the objects on which the operation is made. |
![]() |
Operation | Gets or sets the logical operation (AND or OR). |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top