public class Address : ModelBase, IEquatable<Object>| Address | Initializes a new instance of the Address class |
| City | Gets or sets the City. |
| Country | Gets or sets the Country. |
| FullAddress | Gets the Full Address. |
| Postcode | Gets or sets the Postal Code. |
| Province | Gets or sets the Province. |
| Street | Gets or sets the Street. |
| Equals | Indicates whether the current object is equal to another object of the same type. |
| UpdateAddress | Builds the SQL script for any value changes. |