Show / Hide Table of Contents

Class AddressFormatter.AddressData

Address Data struct

Inheritance
Object
AddressFormatter.AddressData
AddressData
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public abstract class AddressData : Object

Constructors

AddressData()

Address Data struct

Declaration
protected AddressData()

Properties

Address1

Address line 1

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

Address2

Address line 2

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

Address3

Address line 3

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

AtypeIdx

The address type

Declaration
public abstract AddressType AtypeIdx { get; set; }
Property Value
Type Description
AddressType

City

City corresponding to zip code

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

County

County (not country)

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

OwnerId

Id of the address owner

Declaration
public abstract int OwnerId { get; set; }
Property Value
Type Description
Int32

State

State

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

Zipcode

Zip code, alphanumeric

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

Extension Methods

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