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

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

Méthodes publiques

Свойство Type Description
items gov.va.medora.mdws.dto.OrderTO[]

Méthodes publiques

Méthode Description
TaggedOrderArray ( ) : System
TaggedOrderArray ( string tag, Order orderTOs ) : System

Method Details

TaggedOrderArray() public méthode

public TaggedOrderArray ( ) : System
Résultat System

TaggedOrderArray() public méthode

public TaggedOrderArray ( string tag, Order orderTOs ) : System
tag string
orderTOs gov.va.medora.mdo.Order
Résultat System

Property Details

items public_oe property

public OrderTO[],gov.va.medora.mdws.dto items
Résultat gov.va.medora.mdws.dto.OrderTO[]