C# 클래스 GenericRestConnector.RESTHelper

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

공개 프로퍼티들

프로퍼티 타입 설명
UrlBase String
authInfo AuthInfo
authentication Authentication
cacheEndpointMap String>.Dictionary
cachedTables dynamic>.Dictionary
pageInfo PageInfo
pager Pager
tableCacheList List

공개 메소드들

메소드 설명
GetJSON ( ) : dynamic
Page ( ) : void
Prep ( ) : void
RESTHelper ( String>.Dictionary MParameters ) : System
SetActiveTable ( String tableName, String whereClause ) : void
addTableToCacheList ( String tableName ) : void
cacheTable ( String tableName, Int32 pageNumber, dynamic data ) : void
createFieldList ( String tableName, String fields ) : QvxField[]
getCachedData ( String tableName, Int32 pageNumber ) : dynamic

비공개 메소드들

메소드 설명
AddHeaders ( WebClient wc ) : WebClient
getFieldAttr ( String fieldType ) : FieldAttrType
getFieldType ( String fieldType ) : QvxFieldType
getTableByName ( String name ) : dynamic

메소드 상세

GetJSON() 공개 메소드

public GetJSON ( ) : dynamic
리턴 dynamic

Page() 공개 메소드

public Page ( ) : void
리턴 void

Prep() 공개 메소드

public Prep ( ) : void
리턴 void

RESTHelper() 공개 메소드

public RESTHelper ( String>.Dictionary MParameters ) : System
MParameters String>.Dictionary
리턴 System

SetActiveTable() 공개 메소드

public SetActiveTable ( String tableName, String whereClause ) : void
tableName String
whereClause String
리턴 void

addTableToCacheList() 공개 메소드

public addTableToCacheList ( String tableName ) : void
tableName String
리턴 void

cacheTable() 공개 메소드

public cacheTable ( String tableName, Int32 pageNumber, dynamic data ) : void
tableName String
pageNumber System.Int32
data dynamic
리턴 void

createFieldList() 공개 메소드

public createFieldList ( String tableName, String fields ) : QvxField[]
tableName String
fields String
리턴 QvxField[]

getCachedData() 공개 메소드

public getCachedData ( String tableName, Int32 pageNumber ) : dynamic
tableName String
pageNumber System.Int32
리턴 dynamic

프로퍼티 상세

UrlBase 공개적으로 프로퍼티

public String UrlBase
리턴 String

authInfo 공개적으로 프로퍼티

public AuthInfo,GenericRestConnector authInfo
리턴 AuthInfo

authentication 공개적으로 프로퍼티

public Authentication,GenericRestConnector authentication
리턴 Authentication

cacheEndpointMap 공개적으로 프로퍼티

public Dictionary cacheEndpointMap
리턴 String>.Dictionary

cachedTables 공개적으로 프로퍼티

public Dictionary cachedTables
리턴 dynamic>.Dictionary

pageInfo 공개적으로 프로퍼티

public PageInfo pageInfo
리턴 PageInfo

pager 공개적으로 프로퍼티

public Pager,GenericRestConnector pager
리턴 Pager

tableCacheList 공개적으로 프로퍼티

public List tableCacheList
리턴 List