C# Class GenericRestConnector.Pager

ファイルを表示 Open project: websy85/generic-rest-connector Class Usage Examples

Public Methods

Method Description
Pager ( String pagingMethod, dynamic options ) : System
PrepUrl ( String baseUrl, String baseEndpoint, String table, String where, PageInfo pageInfo ) : String

Method Details

Pager() public method

public Pager ( String pagingMethod, dynamic options ) : System
pagingMethod String
options dynamic
return System

PrepUrl() public method

public PrepUrl ( String baseUrl, String baseEndpoint, String table, String where, PageInfo pageInfo ) : String
baseUrl String
baseEndpoint String
table String
where String
pageInfo PageInfo
return String