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

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

Public Properties

Property Type Description
locations gov.va.medora.mdws.dto.GeographicLocationTO[]

Public Methods

Method Description
GeographicLocationArray ( ) : System
GeographicLocationArray ( GeographicLocation mdo ) : System

Method Details

GeographicLocationArray() public method

public GeographicLocationArray ( ) : System
return System

GeographicLocationArray() public method

public GeographicLocationArray ( GeographicLocation mdo ) : System
mdo gov.va.medora.mdo.GeographicLocation
return System

Property Details

locations public_oe property

public GeographicLocationTO[],gov.va.medora.mdws.dto locations
return gov.va.medora.mdws.dto.GeographicLocationTO[]