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

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

공개 메소드들

메소드 설명
CallBackFile ( ) : System
deleteRecord ( AbstractConnection cxn, string ien, string parentIen ) : string
getRecords ( AbstractConnection cxn, string ien ) : void

비공개 메소드들

메소드 설명
buildGetSubrecordsQuery ( AbstractConnection cxn, string ien ) : DdrLister
buildRemoveSubrecordQuery ( AbstractConnection cxn, string ien, string parentIen ) : DdrFiler
toRecords ( string response ) : void

메소드 상세

CallBackFile() 공개 메소드

public CallBackFile ( ) : System
리턴 System

deleteRecord() 공개 메소드

public deleteRecord ( AbstractConnection cxn, string ien, string parentIen ) : string
cxn AbstractConnection
ien string
parentIen string
리턴 string

getRecords() 공개 메소드

public getRecords ( AbstractConnection cxn, string ien ) : void
cxn AbstractConnection
ien string
리턴 void