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 | |
---|---|---|
Filter.FieldBase(String) | Instantiates a FieldBase object with the specified name. | |
Filter.FieldBase(String, String) | Instantiates a FieldBase object with the specified name and DataTable. | |
Filter.FieldBase(String, String, Filter.SortOrderTypeEnum) | Instantiates a FieldBase object with the specified name, DataTable, and sort order. |
Top
Properties
Name | Description | |
---|---|---|
FieldName | Gets or sets the name of a filter field. | |
FilterField | Specifies whether the field exists in a Filter object. | |
FormattedFieldName | Gets the formatted name of the field. | |
SortOrder | Gets or sets the sort order of the filter field. | |
TableName | Gets or sets the name of the DataTable to which the field belongs. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the current field. | |
CloneThis | Creates a base field object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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. | |
FormatFieldName(String) | Formats the field with the InvariantCulture information. | |
FormatFieldName(String, String) | Formats the field with the InvariantCulture information and the DataTable name. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | A clone of the Field object. |
Top