Filter.Field Members
Include Protected Members
Include Inherited Members
Represents an instance of an intrinsic field when constructing a filter.
The Filter.Field type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Filter.Field(String) | Instantiates a Field object with the specified name, to be used in a Filter object. | |
Filter.Field(String, String) | Instantiates a Field object with the specified name and table name, to be used in a Filter object. | |
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 | |
---|---|---|
FieldName | Gets or sets the name of a filter field. (Inherited from Filter.FieldBase.) | |
FilterField | Specifies whether the field exists in a Filter object. (Inherited from Filter.FieldBase.) | |
FormattedFieldName | Gets the formatted name of the field. (Inherited from Filter.FieldBase.) | |
SortOrder | Gets or sets the sort order of the filter field. (Inherited from Filter.FieldBase.) | |
TableName | Gets or sets the name of the DataTable to which the field belongs. (Inherited from Filter.FieldBase.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the current field. (Inherited from Filter.FieldBase.) | |
CloneThis | Creates a new Field object from the current field. (Overrides Filter.FieldBase.CloneThis().) | |
Equals | Indicates whether the specified object is equal to the current field. (Overrides Object.Equals(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. (Inherited from Filter.FieldBase.) | |
GetHashCode | Gets a hash code for the current field. (Overrides Object.GetHashCode().) | |
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. (Inherited from Filter.FieldBase.) |
Top