프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddMethod ( string method ) : int |
Add method name to execute
|
|
AddMethod ( string method, XmlDataResponseKind responseKind ) : int |
Add method name to execute
|
|
AddMethod ( string method, XmlDataResponseKind responseKind, int pageSize, int pageNo ) : int |
Add method name to execute
|
|
AddQuery ( string query ) : int |
Add simple query string to execute.
|
|
AddQuery ( string query, XmlDataResponseKind responseKind ) : int |
Add simple query string to execute with response type.
|
|
AddQuery ( string query, XmlDataResponseKind responseKind, int pageSize, int pageNo ) : int |
Add simple query string to execute with response type and paging
|
|
AddStoredProc ( string spName ) : int |
Add procedure to execute
|
|
AddStoredProc ( string spName, XmlDataResponseKind responseKind ) : int |
Add procedure to execute with XmlDataResponseKind
|
|
AddStoredProc ( string spName, XmlDataResponseKind responseKind, int pageSize, int pageNo ) : int |
Add procedure to execute with XmlDataResponseKind and paging
|
|
Load ( string xml ) : |
Create a new instance of XdsRequestDocument from the specified xml string.
|
|
LoadFromFile ( string filename ) : |
Create a new instance of XdsRequestDocument from the specified file.
|
|
XdsRequestDocument ( ) : System |
Initialize a new instance of XdsRequestDocument.
|
|
this ( int index ) : XdsRequestItem |
Indexer
|
public AddMethod ( string method, XmlDataResponseKind responseKind ) : int | ||
method | string | method name |
responseKind | XmlDataResponseKind | response type |
리턴 | int |
public AddMethod ( string method, XmlDataResponseKind responseKind, int pageSize, int pageNo ) : int | ||
method | string | method name |
responseKind | XmlDataResponseKind | response type |
pageSize | int | page size |
pageNo | int | page number (start from 1) |
리턴 | int |
public AddQuery ( string query, XmlDataResponseKind responseKind ) : int | ||
query | string | simple query string |
responseKind | XmlDataResponseKind | response type |
리턴 | int |
public AddQuery ( string query, XmlDataResponseKind responseKind, int pageSize, int pageNo ) : int | ||
query | string | simple query string |
responseKind | XmlDataResponseKind | response type |
pageSize | int | page size |
pageNo | int | page number (start from 1) |
리턴 | int |
public AddStoredProc ( string spName ) : int | ||
spName | string | procedure name |
리턴 | int |
public AddStoredProc ( string spName, XmlDataResponseKind responseKind ) : int | ||
spName | string | procedure name |
responseKind | XmlDataResponseKind | response type |
리턴 | int |
public AddStoredProc ( string spName, XmlDataResponseKind responseKind, int pageSize, int pageNo ) : int | ||
spName | string | procedure name |
responseKind | XmlDataResponseKind | response type |
pageSize | int | page size |
pageNo | int | page number (start from 1) |
리턴 | int |
public static Load ( string xml ) : |
||
xml | string | xml string |
리턴 |
public static LoadFromFile ( string filename ) : |
||
filename | string | full file path |
리턴 |