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

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

Public Properties

Property Type Description
count int
messageThreads gov.va.medora.mdws.dto.sm.ThreadTO[]

Public Methods

Method Description
SecureMessageThreadsTO ( ) : System
SecureMessageThreadsTO ( IList threads ) : System

Method Details

SecureMessageThreadsTO() public method

public SecureMessageThreadsTO ( ) : System
return System

SecureMessageThreadsTO() public method

public SecureMessageThreadsTO ( IList threads ) : System
threads IList
return System

Property Details

count public_oe property

public int count
return int

messageThreads public_oe property

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