Filter.FieldBase Members

Include Protected Members
Include Inherited Members

The abstract base class from which all fields are derived in the Filter infrastructure.

The Filter.FieldBase type exposes the following members.

Constructors

  Name Description
Protected method Filter.FieldBase(String) Instantiates a FieldBase object with the specified name.
Protected method Filter.FieldBase(String, String) Instantiates a FieldBase object with the specified name and DataTable.
Protected method Filter.FieldBase(String, String, Filter.SortOrderTypeEnum) Instantiates a FieldBase object with the specified name, DataTable, and sort order.

Top

Properties

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

Top

Methods

  Name Description
Public method Clone Creates a copy of the current field.
Protected method CloneThis Creates a base field object.
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.
Public methodStatic member FormatFieldName(String) Formats the field with the InvariantCulture information.
Public methodStatic member FormatFieldName(String, String) Formats the field with the InvariantCulture information and the DataTable name.
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 A clone of the Field object.

Top

See Also

Reference

Filter.FieldBase Class

Microsoft.Office.Project.Server.Library Namespace