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

Inheritance: BaseSmTO
Mostrar archivo 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_oe property

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

messageId public_oe property

public Int32,System messageId
return System.Int32

owner public_oe property

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

readDate public_oe property

public DateTime,System readDate
return System.DateTime

reminderDate public_oe property

public DateTime,System reminderDate
return System.DateTime

role public_oe property

public Int32,System role
return System.Int32