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

Inheritance: BaseSmTO
Show file Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
folder FolderTO
messageId System.Int32
owner SmUserTO
readDate System.DateTime
reminderDate System.DateTime
role System.Int32

Public Methods

Method Description
AddresseeTO ( ) : System
AddresseeTO ( mdo addressee ) : System

Method Details

AddresseeTO() public method

public AddresseeTO ( ) : System
return System

AddresseeTO() public method

public AddresseeTO ( mdo addressee ) : System
addressee mdo
return System

Property Details

folder public property

public FolderTO,gov.va.medora.mdws.dto.sm folder
return FolderTO

messageId public property

public Int32,System messageId
return System.Int32

owner public property

public SmUserTO,gov.va.medora.mdws.dto.sm owner
return SmUserTO

readDate public property

public DateTime,System readDate
return System.DateTime

reminderDate public property

public DateTime,System reminderDate
return System.DateTime

role public property

public Int32,System role
return System.Int32