C# Class gov.va.medora.mdws.dto.OrderTypeTO

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

Public Properties

Property Type Description
id string
name1 string
name2 string

Public Methods

Method Description
OrderTypeTO ( ) : System
OrderTypeTO ( Exception e ) : System
OrderTypeTO ( OrderType mdoOrderType ) : System

Method Details

OrderTypeTO() public method

public OrderTypeTO ( ) : System
return System

OrderTypeTO() public method

public OrderTypeTO ( Exception e ) : System
e System.Exception
return System

OrderTypeTO() public method

public OrderTypeTO ( OrderType mdoOrderType ) : System
mdoOrderType gov.va.medora.mdo.OrderType
return System

Property Details

id public property

public string id
return string

name1 public property

public string name1
return string

name2 public property

public string name2
return string