Show / Hide Table of Contents

Class AddressInfo

Interface providing information about an address.

Inheritance
Object
AddressInfo
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class AddressInfo : Object

Constructors

AddressInfo()

Interface providing information about an address.

Declaration
public AddressInfo()

Properties

AddressLine1

Address, line 1

Declaration
public string AddressLine1 { get; set; }
Property Value
Type Description
String

AddressLine2

Address, line 2

Declaration
public string AddressLine2 { get; set; }
Property Value
Type Description
String

AddressLine3

Address, line 3

Declaration
public string AddressLine3 { get; set; }
Property Value
Type Description
String

City

Town

Declaration
public string City { get; set; }
Property Value
Type Description
String

Country

Country

Declaration
public string Country { get; set; }
Property Value
Type Description
String

CountryCode

Country code

Declaration
public string CountryCode { get; set; }
Property Value
Type Description
String

ZipCode

Postcode.

Declaration
public string ZipCode { get; set; }
Property Value
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
QuoteExtensions.ToAddressRow(AddressInfo)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top