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

Inheritance: AbstractTaggedArrayTO
Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
items gov.va.medora.mdws.dto.OrderTO[]

Public Methods

Method Description
TaggedOrderArray ( ) : System
TaggedOrderArray ( string tag, Order orderTOs ) : System

Method Details

TaggedOrderArray() public method

public TaggedOrderArray ( ) : System
return System

TaggedOrderArray() public method

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

Property Details

items public_oe property

public OrderTO[],gov.va.medora.mdws.dto items
return gov.va.medora.mdws.dto.OrderTO[]