Filter.CustomField members

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

The Filter.CustomField type exposes the following members.

Constructors

  Name Description
Public method Filter.CustomField(Guid, Filter.PropertyTypeEnum) Instantiates a Filter.CustomField object with the specified custom field GUID and property type.
Public method Filter.CustomField(String, Guid, Filter.PropertyTypeEnum) Instantiates a Filter.CustomField object with the specified DataTable name, custom field GUID, and property type.
Public method Filter.CustomField(String, Guid, Filter.PropertyTypeEnum, Filter.SortOrderTypeEnum) Instantiates a Filter.CustomField object with the specified DataTable name, custom field GUID, property type, and sort order.

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 PropertyColumnName Gets the name of the custom field property type.
Public property PropertyType Gets or sets the property type of the custom field.
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 base custom field object for a filter. (Overrides Filter.FieldBase.CloneThis().)
Public method Equals (Inherited from 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 (Inherited from Object.)
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.CustomField class

Microsoft.Office.Project.Server.Library namespace