C# 클래스 gov.va.medora.mdws.dto.NoteResultTO

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

공개 프로퍼티들

프로퍼티 타입 설명
explanation string
id string
lastPageRecd int
totalPages int

공개 메소드들

메소드 설명
NoteResultTO ( ) : System
NoteResultTO ( NoteResult mdoResult ) : System

메소드 상세

NoteResultTO() 공개 메소드

public NoteResultTO ( ) : System
리턴 System

NoteResultTO() 공개 메소드

public NoteResultTO ( NoteResult mdoResult ) : System
mdoResult gov.va.medora.mdo.NoteResult
리턴 System

프로퍼티 상세

explanation 공개적으로 프로퍼티

public string explanation
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string

lastPageRecd 공개적으로 프로퍼티

public int lastPageRecd
리턴 int

totalPages 공개적으로 프로퍼티

public int totalPages
리턴 int