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 .

Properties

Address1

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

Address2

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

Address3

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

AtypeIdx

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

City

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

County

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

OwnerId

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

State

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

Zipcode

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

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