|
VRDR .NET
|
Helper class providing more descriptive definitions for each PlaceCode field More...
Public Member Functions | |
| PlaceCode () | |
| The empty constructor, used by the Default case when performing LINQ queries and there is no match | |
| PlaceCode (String state, String county, String countycode, String city, String description, String code) | |
| The complete constructor, normally used when declaring a PlaceCode | |
Properties | |
| String | State [get] |
| Two letter state abbreviation | |
| String | County [get] |
| Unabbreviated county name | |
| String | CountyCode [get] |
| Three digit county code | |
| String | City [get] |
| Unabbreviated city name | |
| String | Description [get] |
| Description, normally either blank or "City of", "Township of", etc | |
| String | Code [get] |
| The representative PlaceCode corresponding to all other fields | |
Helper class providing more descriptive definitions for each PlaceCode field