Show / Hide Table of Contents

Class AddressInfo

Interface providing information about an address.

Inheritance
object
AddressInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class AddressInfo

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)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top