C# 클래스 gov.va.medora.mdo.dao.sql.zipcodeDB.ZipcodeDao

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
connect ( ) : void
getDouble ( object arg ) : double
getInt ( object arg ) : int
query ( SqlCommand command ) : DataTable

메소드 상세

ZipcodeDao() 공개 메소드

public ZipcodeDao ( string connectionString ) : System
connectionString string
리턴 System

getCitiesInState() 공개 메소드

public getCitiesInState ( string stateAbbr ) : Zipcode[]
stateAbbr string
리턴 Zipcode[]

getGeographicLocations() 공개 메소드

public getGeographicLocations ( string zipcode ) : GeographicLocation[]
zipcode string
리턴 GeographicLocation[]

getStates() 공개 메소드

public getStates ( ) : State[]
리턴 State[]

getZipcode() 공개 메소드

public getZipcode ( string city, string stateAbbr ) : string
city string
stateAbbr string
리턴 string

matchCityAndState() 공개 메소드

public matchCityAndState ( string city, string stateAbbr ) : string[]
city string
stateAbbr string
리턴 string[]