Address Class

This class contains details of an Address.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public class Address : ModelBase, IEquatable<Object>
Inheritance
Object    ModelBase    Address
Implements
IEquatableObject

Constructors

AddressInitializes a new instance of the Address class

Properties

CityGets or sets the City.
CountryGets or sets the Country.
FullAddressGets the Full Address.
PostcodeGets or sets the Postal Code.
ProvinceGets or sets the Province.
StreetGets or sets the Street.

Methods

EqualsIndicates whether the current object is equal to another object of the same type.
UpdateAddressBuilds the SQL script for any value changes.

See Also