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

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

Méthodes publiques

Свойство Type Description
city string
code string
state string
stateAbbr string

Méthodes publiques

Méthode Description
ZipcodeTO ( ) : System
ZipcodeTO ( Zipcode mdoZip ) : System

Method Details

ZipcodeTO() public méthode

public ZipcodeTO ( ) : System
Résultat System

ZipcodeTO() public méthode

public ZipcodeTO ( Zipcode mdoZip ) : System
mdoZip gov.va.medora.mdo.Zipcode
Résultat System

Property Details

city public_oe property

public string city
Résultat string

code public_oe property

public string code
Résultat string

state public_oe property

public string state
Résultat string

stateAbbr public_oe property

public string stateAbbr
Résultat string