Show / Hide Table of Contents

Class FormattedAddress

Structure holding formatted address information

Inheritance
object
CollectionBase
FormattedAddress
AddressFormatter
Implements
IList
ICollection
IEnumerable
Inherited Members
CollectionBase.Clear()
CollectionBase.RemoveAt(int)
CollectionBase.GetEnumerator()
CollectionBase.OnSet(int, object, object)
CollectionBase.OnInsert(int, object)
CollectionBase.OnClear()
CollectionBase.OnRemove(int, object)
CollectionBase.OnValidate(object)
CollectionBase.OnSetComplete(int, object, object)
CollectionBase.OnInsertComplete(int, object)
CollectionBase.OnClearComplete()
CollectionBase.OnRemoveComplete(int, object)
CollectionBase.InnerList
CollectionBase.List
CollectionBase.Capacity
CollectionBase.Count
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public abstract class FormattedAddress : CollectionBase, IList, ICollection, IEnumerable

Constructors

FormattedAddress()

Structure holding formatted address information

Declaration
protected FormattedAddress()

Properties

this[int]

List indexer

Declaration
public FormattedFields this[int lineIndex] { get; set; }
Parameters
Type Name Description
int lineIndex
Property Value
Type Description
FormattedFields

Methods

ToString()

Get the complete address as a string.

Declaration
public override string ToString()
Returns
Type Description
string

Address as a string.

Overrides
object.ToString()

Implements

IList
ICollection
IEnumerable

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