TRONIX Code Documentation
Loading...
Searching...
No Matches
Properties | List of all members
Tronix.Web.Models.ContractLookupViewModel Class Reference
Inheritance diagram for Tronix.Web.Models.ContractLookupViewModel:
Inheritance graph
[legend]
Collaboration diagram for Tronix.Web.Models.ContractLookupViewModel:
Collaboration graph
[legend]

Properties

DealSearch SearchType [get, set]
 
string SearchValue [get, set]
 
bool CanSeeDealerCost [get, set]
 
- Properties inherited from Tronix.Business.DTOs.DataTables.DataTableInputDTO
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< DataTableInputOrderOrder [get, set]
 Collection of all column indexes and their sort directions.
 
IEnumerable< DataTableInputColumnColumns [get, set]
 Collection of all columns in the table.
 

Property Documentation

◆ 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: