SearchColumn Class |
[Missing <summary> documentation for "T:Cadcorp.Configuration.SearchColumn"]
Namespace: Cadcorp.Configuration
The SearchColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchColumn(DataRow) | Initializes a new instance of the SearchColumn class | |
| SearchColumn(XmlNode) |
Initializes a new instance of the SearchColumn class.
| |
| SearchColumn(String, String) | Initializes a new instance of the SearchColumn class |
| Name | Description | |
|---|---|---|
| Alias |
Gets or Sets alias of the search column.
| |
| ColumnName |
Gets or Sets the name of search column.
| |
| IsNumeric |
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Equals(SearchColumn) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetName |
Gets the name of the column as it is known in results sets e.g. either the name or the alias
| |
| GetSelectList | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |