|
DealSearch | SearchType [get, set] |
|
string | SearchValue [get, set] |
|
bool | CanSeeDealerCost [get, set] |
|
int | Draw [get, set] |
| Draw counter. This is used by DataTables to ensure that the Ajax returns from server-side processing requests are drawn in sequence by DataTables.
|
|
int | Start [get, set] |
| Paging first record indicator. This is the start point in the current data set (0 index based - i.e. 0 is the first record)
|
|
int | Length [get, set] |
| Number of records that the table can display in the current draw. It is expected that the number of records returned will be equal to this number, unless the server has fewer records to return. Note that this can be -1 to indicate that all records should be returned (although that negates any benefits of server-side processing!)
|
|
DataTableInputSearch | Search [get, set] |
| Global Search for the table.
|
|
IEnumerable< DataTableInputOrder > | Order [get, set] |
| Collection of all column indexes and their sort directions.
|
|
IEnumerable< DataTableInputColumn > | Columns [get, set] |
| Collection of all columns in the table.
|
|
◆ CanSeeDealerCost
bool Tronix.Web.Models.ContractLookupViewModel.CanSeeDealerCost |
|
getset |
◆ SearchType
DealSearch Tronix.Web.Models.ContractLookupViewModel.SearchType |
|
getset |
◆ SearchValue
string Tronix.Web.Models.ContractLookupViewModel.SearchValue |
|
getset |
The documentation for this class was generated from the following file: