Postcode Class

Post code details.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public class Postcode : ModelData
Inheritance
Object    ModelBase    ModelData    Postcode

Constructors

PostcodeInitializes a new instance of the Postcode class

Properties

CityGets or sets the City name.
CodeGets or sets the Postal Service code.
CountyGets or sets the County name.
IdGets or sets the primary key.
(Overrides ModelDataId)
ProvinceGets or sets the Province code.

Methods

ReadBuilds a Postcode object from a database table row.

See Also