public class Postcode : ModelData| Postcode | Initializes a new instance of the Postcode class |
| City | Gets or sets the City name. |
| Code | Gets or sets the Postal Service code. |
| County | Gets or sets the County name. |
| Id | Gets or sets the primary key. (Overrides ModelDataId) |
| Province | Gets or sets the Province code. |
| Read | Builds a Postcode object from a database table row. |