C# 클래스 gov.va.medora.mdws.dto.sm.SecureMessageThreadsTO

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

공개 프로퍼티들

프로퍼티 타입 설명
count int
messageThreads gov.va.medora.mdws.dto.sm.ThreadTO[]

공개 메소드들

메소드 설명
SecureMessageThreadsTO ( ) : System
SecureMessageThreadsTO ( IList threads ) : System

메소드 상세

SecureMessageThreadsTO() 공개 메소드

public SecureMessageThreadsTO ( ) : System
리턴 System

SecureMessageThreadsTO() 공개 메소드

public SecureMessageThreadsTO ( IList threads ) : System
threads IList
리턴 System

프로퍼티 상세

count 공개적으로 프로퍼티

public int count
리턴 int

messageThreads 공개적으로 프로퍼티

public ThreadTO[],gov.va.medora.mdws.dto.sm messageThreads
리턴 gov.va.medora.mdws.dto.sm.ThreadTO[]