Class FormattedAddress
Structure holding formatted address information
Inherited Members
System.Collections.CollectionBase.System.Collections.IList.get_Item(System.Int32)
System.Collections.CollectionBase.System.Collections.IList.set_Item(System.Int32, System.Object)
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public abstract class FormattedAddress : CollectionBase, IList, ICollection, IEnumerable
Constructors
FormattedAddress()
Declaration
protected FormattedAddress()
Properties
Item[Int32]
List indexer
Declaration
public FormattedFields this[int lineIndex] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)