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

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

공개 프로퍼티들

프로퍼티 타입 설명
attachment byte[]
attachmentName string
mimeType string

공개 메소드들

메소드 설명
AttachmentTO ( ) : System
AttachmentTO ( gov messageAttachment ) : System

메소드 상세

AttachmentTO() 공개 메소드

public AttachmentTO ( ) : System
리턴 System

AttachmentTO() 공개 메소드

public AttachmentTO ( gov messageAttachment ) : System
messageAttachment gov
리턴 System

프로퍼티 상세

attachment 공개적으로 프로퍼티

public byte[] attachment
리턴 byte[]

attachmentName 공개적으로 프로퍼티

public string attachmentName
리턴 string

mimeType 공개적으로 프로퍼티

public string mimeType
리턴 string