Share via


Filter.Field members

Represents an instance of an intrinsic field when constructing a filter.

The Filter.Field type exposes the following members.

Constructors

  Name Description
Public method Filter.Field(String) Instantiates a Field object with the specified name, to be used in a Filter object.
Public method Filter.Field(String, String) Instantiates a Field object with the specified name and table name, to be used in a Filter object.
Public method Filter.Field(String, String, Filter.SortOrderTypeEnum) Instantiates a Field object with the specified name, table name, and sort order, to be used in a Filter object.

Top

Properties

  Name Description
Public property FieldName Gets or sets the name of a filter field. (Inherited from Filter.FieldBase.)
Protected property FilterField Specifies whether the field exists in a Filter object. (Inherited from Filter.FieldBase.)
Public property FormattedFieldName Gets the formatted name of the field. (Inherited from Filter.FieldBase.)
Public property SortOrder Gets or sets the sort order of the filter field. (Inherited from Filter.FieldBase.)
Public property TableName Gets or sets the name of the DataTable to which the field belongs. (Inherited from Filter.FieldBase.)

Top

Methods

  Name Description
Public method Clone Creates a copy of the current field. (Inherited from Filter.FieldBase.)
Protected method CloneThis Creates a new Field object from the current field. (Overrides Filter.FieldBase.CloneThis().)
Public method Equals Indicates whether the specified object is equal to the current field. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method FormatFieldName() Formats the field name by itself, or formats the field name with the DataTable name if the field is already part of a filter. (Inherited from Filter.FieldBase.)
Public method GetHashCode Gets a hash code for the current field. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Gets or sets aclone of the Field object. (Inherited from Filter.FieldBase.)

Top

See also

Reference

Filter.Field class

Microsoft.Office.Project.Server.Library namespace