C# 클래스 GenericRestConnector.Pager

파일 보기 프로젝트 열기: websy85/generic-rest-connector 1 사용 예제들

공개 메소드들

메소드 설명
Pager ( String pagingMethod, dynamic options ) : System
PrepUrl ( String baseUrl, String baseEndpoint, String table, String where, PageInfo pageInfo ) : String

메소드 상세

Pager() 공개 메소드

public Pager ( String pagingMethod, dynamic options ) : System
pagingMethod String
options dynamic
리턴 System

PrepUrl() 공개 메소드

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