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

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

public string id
return string

name1 public_oe property

public string name1
return string

name2 public_oe property

public string name2
return string