C# Class gov.va.medora.mdws.dto.sm.AttachmentTO

Inheritance: BaseSmTO
ファイルを表示 Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
attachment byte[]
attachmentName string
mimeType string

Public Methods

Method Description
AttachmentTO ( ) : System
AttachmentTO ( gov messageAttachment ) : System

Method Details

AttachmentTO() public method

public AttachmentTO ( ) : System
return System

AttachmentTO() public method

public AttachmentTO ( gov messageAttachment ) : System
messageAttachment gov
return System

Property Details

attachment public_oe property

public byte[] attachment
return byte[]

attachmentName public_oe property

public string attachmentName
return string

mimeType public_oe property

public string mimeType
return string