HTMLTableItemT Class |
Namespace: DHI.Mike1D.Generic
The HTMLTableItemT type exposes the following members.
| Name | Description | |
|---|---|---|
| HTMLTableItemT |
Table item without a name
| |
| HTMLTableItemT(String) |
Table item with a name
|
| Name | Description | |
|---|---|---|
| Columns |
Columns in table. Columns in this table should always implement the IHTMLTableColumnT, TOut.
| |
| Name |
Name of table
| |
| PostTableHtml |
HTML to insert after table data.
| |
| PreTableHtml |
HTML to insert before table data.
| |
| RowData |
Row data for table
| |
| RowSelector |
In case not all rows should be included in the summary, this can select which rows to include
| |
| StyleClass |
CSS Style class of table. If not set a default table style is used.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| 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 | Serves as the default hash function. (Inherited from Object.) | |
| 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.) | |
| Write |
Method for writing item HTML to writer |