C# Class gov.va.medora.mdo.dao.sql.zipcodeDB.ZipcodeDao

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
ZipcodeDao ( string connectionString ) : System
getCitiesInState ( string stateAbbr ) : Zipcode[]
getGeographicLocations ( string zipcode ) : GeographicLocation[]
getStates ( ) : State[]
getZipcode ( string city, string stateAbbr ) : string
matchCityAndState ( string city, string stateAbbr ) : string[]

Private Methods

Méthode Description
connect ( ) : void
getDouble ( object arg ) : double
getInt ( object arg ) : int
query ( SqlCommand command ) : DataTable

Method Details

ZipcodeDao() public méthode

public ZipcodeDao ( string connectionString ) : System
connectionString string
Résultat System

getCitiesInState() public méthode

public getCitiesInState ( string stateAbbr ) : Zipcode[]
stateAbbr string
Résultat Zipcode[]

getGeographicLocations() public méthode

public getGeographicLocations ( string zipcode ) : GeographicLocation[]
zipcode string
Résultat GeographicLocation[]

getStates() public méthode

public getStates ( ) : State[]
Résultat State[]

getZipcode() public méthode

public getZipcode ( string city, string stateAbbr ) : string
city string
stateAbbr string
Résultat string

matchCityAndState() public méthode

public matchCityAndState ( string city, string stateAbbr ) : string[]
city string
stateAbbr string
Résultat string[]