Show / Hide Table of Contents

Class AddressFormatter.AddressData

Address Data struct

Inheritance
object
AddressFormatter.AddressData
AddressData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public abstract class AddressFormatter.AddressData

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
int

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