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

Inheritance: AbstractTO
Afficher le fichier Open project: OSEHRA/mdws Class Usage Examples

Méthodes publiques

Свойство Type Description
id string
name1 string
name2 string

Méthodes publiques

Méthode Description
OrderTypeTO ( ) : System
OrderTypeTO ( Exception e ) : System
OrderTypeTO ( OrderType mdoOrderType ) : System

Method Details

OrderTypeTO() public méthode

public OrderTypeTO ( ) : System
Résultat System

OrderTypeTO() public méthode

public OrderTypeTO ( Exception e ) : System
e System.Exception
Résultat System

OrderTypeTO() public méthode

public OrderTypeTO ( OrderType mdoOrderType ) : System
mdoOrderType gov.va.medora.mdo.OrderType
Résultat System

Property Details

id public_oe property

public string id
Résultat string

name1 public_oe property

public string name1
Résultat string

name2 public_oe property

public string name2
Résultat string