C# 클래스 NSoft.NFramework.XmlData.Messages.XdsRequestDocument

상속: XdsDocumentBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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 ) : XdsRequestDocument

Create a new instance of XdsRequestDocument from the specified xml string.

LoadFromFile ( string filename ) : XdsRequestDocument

Create a new instance of XdsRequestDocument from the specified file.

XdsRequestDocument ( ) : System

Initialize a new instance of XdsRequestDocument.

this ( int index ) : XdsRequestItem

Indexer

메소드 상세

AddMethod() 공개 메소드

Add method name to execute
public AddMethod ( string method ) : int
method string method name
리턴 int

AddMethod() 공개 메소드

Add method name to execute
public AddMethod ( string method, XmlDataResponseKind responseKind ) : int
method string method name
responseKind XmlDataResponseKind response type
리턴 int

AddMethod() 공개 메소드

Add method name to execute
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

AddQuery() 공개 메소드

Add simple query string to execute.
public AddQuery ( string query ) : int
query string simple query string
리턴 int

AddQuery() 공개 메소드

Add simple query string to execute with response type.
public AddQuery ( string query, XmlDataResponseKind responseKind ) : int
query string simple query string
responseKind XmlDataResponseKind response type
리턴 int

AddQuery() 공개 메소드

Add simple query string to execute with response type and paging
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

AddStoredProc() 공개 메소드

Add procedure to execute
public AddStoredProc ( string spName ) : int
spName string procedure name
리턴 int

AddStoredProc() 공개 메소드

Add procedure to execute with XmlDataResponseKind
public AddStoredProc ( string spName, XmlDataResponseKind responseKind ) : int
spName string procedure name
responseKind XmlDataResponseKind response type
리턴 int

AddStoredProc() 공개 메소드

Add procedure to execute with XmlDataResponseKind and paging
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

Load() 공개 정적인 메소드

Create a new instance of XdsRequestDocument from the specified xml string.
public static Load ( string xml ) : XdsRequestDocument
xml string xml string
리턴 XdsRequestDocument

LoadFromFile() 공개 정적인 메소드

Create a new instance of XdsRequestDocument from the specified file.
public static LoadFromFile ( string filename ) : XdsRequestDocument
filename string full file path
리턴 XdsRequestDocument

XdsRequestDocument() 공개 메소드

Initialize a new instance of XdsRequestDocument.
public XdsRequestDocument ( ) : System
리턴 System

this() 공개 메소드

Indexer
public this ( int index ) : XdsRequestItem
index int
리턴 XdsRequestItem