Filter.FieldOperator Members
Include Protected Members
Include Inherited Members
The operator for a field, as defined by the operation type, match type, and field definition.
The Filter.FieldOperator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Filter.FieldOperator(Filter.FieldOperationType, String, []) | Instantiates a FieldOperator object for a general field, with the field operation type, field name, and collection of operands. | |
Filter.FieldOperator(Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, []) | Instantiates a FieldOperator object for a custom field, with the field operation type, match type, custom field GUID, property type, and collection of operands. |
Top
Properties
Name | Description | |
---|---|---|
Field | Gets the field for the field operator. | |
MatchType | Gets the match type for the field operator. | |
Operands | Gets the collection of operands for the field operator. | |
Operation | Gets or sets the operation type for the field operator. |
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