Méthode | Description | |
---|---|---|
GetLinkFirst ( ) : string | ||
GetLinkLast ( ) : string | ||
GetLinkNext ( string &linkUrl ) : bool | ||
GetLinkPrevious ( string &linkUrl ) : bool | ||
GetLinkSelf ( ) : string | ||
GetOpensearch_ItemsPerPageElement ( ) : IItemsPerPageElement | ||
GetOpensearch_StartIndexElement ( ) : IStartIndexElement | ||
GetOpensearch_TotalResultsElement ( ) : ITotalResultsElement | ||
PageController ( int startIndex, int itemsPerPage, int totalResult, int count, string url ) : System |
|
public GetLinkNext ( string &linkUrl ) : bool | ||
linkUrl | string | |
Résultat | bool |
public GetLinkPrevious ( string &linkUrl ) : bool | ||
linkUrl | string | |
Résultat | bool |
public GetOpensearch_ItemsPerPageElement ( ) : IItemsPerPageElement | ||
Résultat | IItemsPerPageElement |
public GetOpensearch_StartIndexElement ( ) : IStartIndexElement | ||
Résultat | IStartIndexElement |
public GetOpensearch_TotalResultsElement ( ) : ITotalResultsElement | ||
Résultat | ITotalResultsElement |
public PageController ( int startIndex, int itemsPerPage, int totalResult, int count, string url ) : System | ||
startIndex | int | |
itemsPerPage | int | |
totalResult | int | |
count | int | limits the number of entries |
url | string | |
Résultat | System |