Show / Hide Table of Contents

Class AddressData

Facede for AddressRow so the AddressFormatter can access it.

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 class AddressData : AddressFormatter.AddressData
Remarks

This class should only be instanciated through the AddressFactory.

Properties

Address1

Address line 1

Declaration
public override string Address1 { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.Address1
Remarks

This class should only be instanciated through the AddressFactory.

Address2

Address line 2

Declaration
public override string Address2 { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.Address2
Remarks

This class should only be instanciated through the AddressFactory.

Address3

Address line 3

Declaration
public override string Address3 { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.Address3
Remarks

This class should only be instanciated through the AddressFactory.

AtypeIdx

The address type

Declaration
public override AddressType AtypeIdx { get; set; }
Property Value
Type Description
AddressType
Overrides
AddressFormatter.AddressData.AtypeIdx
Remarks

This class should only be instanciated through the AddressFactory.

City

City corresponding to zip code

Declaration
public override string City { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.City
Remarks

This class should only be instanciated through the AddressFactory.

County

County (not country)

Declaration
public override string County { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.County
Remarks

This class should only be instanciated through the AddressFactory.

OwnerId

Id of the address owner

Declaration
public override int OwnerId { get; set; }
Property Value
Type Description
int
Overrides
AddressFormatter.AddressData.OwnerId
Remarks

This class should only be instanciated through the AddressFactory.

State

State

Declaration
public override string State { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.State
Remarks

This class should only be instanciated through the AddressFactory.

Zipcode

Zip code, alphanumeric

Declaration
public override string Zipcode { get; set; }
Property Value
Type Description
string
Overrides
AddressFormatter.AddressData.Zipcode
Remarks

This class should only be instanciated through the AddressFactory.

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