Table of Contents

Class Address

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a physical address.

public class Address : BaseTypeSection
Inheritance
Address

Constructors

Address()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.Address class.

public Address()

Properties

City

Gets or sets the city.

public string City { get; set; }

Property Value

string

CountryRegion

Gets the country or region.

public string CountryRegion { get; set; }

Property Value

string

CountryRegionCode

Gets or sets the country represented by a two-letter ISO-3166 country code.

public string CountryRegionCode { get; set; }

Property Value

string

StateProvince

Gets or sets the state, province, or county.

public string StateProvince { get; set; }

Property Value

string

Street

Gets or sets the street of this address.

public string Street { get; set; }

Property Value

string

ZipPostalCode

Gets or sets the ZIP or postal code of this address.

public string ZipPostalCode { get; set; }

Property Value

string

Methods

ToString()

Returns the address as a human readable string.

public override string ToString()

Returns

string