Show / Hide Table of Contents

Class PersonAddressData

Summary description for PostalAddressData.

Inheritance
object
AddressFormatter.Data
PersonAddressData
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 PersonAddressData : AddressFormatter.Data

Constructors

PersonAddressData(PersonRow, AddressRow)

Summary description for PostalAddressData.

Declaration
public PersonAddressData(PersonRow person, AddressRow address)
Parameters
Type Name Description
PersonRow person
AddressRow address

Properties

Addresses

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

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

CountryId

The country id of the address owner

Declaration
public override int CountryId { get; set; }
Property Value
Type Description
int
Overrides
AddressFormatter.Data.CountryId

IsContact

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

Declaration
public override bool IsContact { get; }
Property Value
Type Description
bool
Overrides
AddressFormatter.Data.IsContact

IsPerson

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

Declaration
public override bool IsPerson { get; }
Property Value
Type Description
bool
Overrides
AddressFormatter.Data.IsPerson

IsQuote

True if owner is quote.

Declaration
public override bool IsQuote { get; }
Property Value
Type Description
bool
Overrides
AddressFormatter.Data.IsQuote

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