C# 클래스 gov.va.medora.mdo.dao.vista.VistaQuery

상속: MdoQuery
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
VistaQuery ( ) : System
VistaQuery ( string rpcName ) : System
addEncryptedParameter ( int type, string value ) : void
addParameter ( int type, DictionaryHashList lst ) : void
addParameter ( int type, string value ) : void
addParameter ( int type, string value, string text ) : void
buildMessage ( ) : string
buildMessage_DirectBroker ( ) : string

비공개 메소드들

메소드 설명
buildApi ( string rpcName, string parameters, string fText ) : string
buildMessage_NatBroker ( ) : string
getVersion ( ) : string
list2string ( DictionaryHashList lst ) : string

메소드 상세

VistaQuery() 공개 메소드

public VistaQuery ( ) : System
리턴 System

VistaQuery() 공개 메소드

public VistaQuery ( string rpcName ) : System
rpcName string
리턴 System

addEncryptedParameter() 공개 메소드

public addEncryptedParameter ( int type, string value ) : void
type int
value string
리턴 void

addParameter() 공개 메소드

public addParameter ( int type, DictionaryHashList lst ) : void
type int
lst DictionaryHashList
리턴 void

addParameter() 공개 메소드

public addParameter ( int type, string value ) : void
type int
value string
리턴 void

addParameter() 공개 메소드

public addParameter ( int type, string value, string text ) : void
type int
value string
text string
리턴 void

buildMessage() 공개 메소드

public buildMessage ( ) : string
리턴 string

buildMessage_DirectBroker() 공개 메소드

public buildMessage_DirectBroker ( ) : string
리턴 string