Show / Hide Table of Contents

Class AddressFormatter.Data

Data struct for formatted Address data

Inheritance
Object
AddressFormatter.Data
ContactAddressData
PersonAddressData
QuoteAddressData
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 Data

Constructors

Data()

Declaration
protected Data()

Properties

Addresses

Addresses that are formatted. If owner is contact postalAddress is expected first then StreetAdderss.

Declaration
public abstract AddressFormatter.AddressData[] Addresses { get; }
Property Value
Type Description
AddressFormatter.AddressData[]

CountryId

The country id of the address owner

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

IsContact

True if owner is contact. Do not assume it's a person if false, it might be a Quote!

Declaration
public abstract bool IsContact { get; }
Property Value
Type Description
Boolean

IsPerson

True if owner is person. Do not assume it's a contact if false, it might be a Quote!

Declaration
public abstract bool IsPerson { get; }
Property Value
Type Description
Boolean

IsQuote

True if owner is quote.

Declaration
public abstract bool IsQuote { get; }
Property Value
Type Description
Boolean

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