Filter.FieldOperator 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
Public method Filter.FieldOperator(Filter.FieldOperationType, String, []) Instantiates a FieldOperator object for a general field, with the field operation type, field name, and collection of operands.
Public method 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
Public property Field Gets the field for the field operator.
Public property MatchType Gets the match type for the field operator.
Public property Operands Gets the collection of operands for the field operator.
Public property Operation Gets or sets the operation type for the field operator.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

Filter.FieldOperator class

Microsoft.Office.Project.Server.Library namespace