Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
HandlerHelper ( IDashboardHandler handler ) : System |
Initializes a new instance of the HandlerHelper class.
|
|
PagingOffset ( int pageNumber ) : int |
Gets the list paging offset to use for the given page number.
|
|
QueryDateValue ( string key ) : DateTime? |
Gets a DateTime value from the query string.
|
|
QueryIntValue ( string key ) : int? |
Gets an integer value from the query string.
|
|
RouteIntValue ( int index ) : long? |
Gets an integer value from the route parameters.
|
public HandlerHelper ( IDashboardHandler handler ) : System | ||
handler | IDashboardHandler | The handler to initialize this instance with. |
Résultat | System |
public PagingOffset ( int pageNumber ) : int | ||
pageNumber | int | The page number to get the list paging offset for. |
Résultat | int |
public QueryDateValue ( string key ) : DateTime? | ||
key | string | The key to get the value from. |
Résultat | DateTime? |
public QueryIntValue ( string key ) : int? | ||
key | string | The key to get the value from. |
Résultat | int? |
public RouteIntValue ( int index ) : long? | ||
index | int | The index of the parameter to get the value from. |
Résultat | long? |