Class FormattedAddress
Structure holding formatted address information
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public abstract class FormattedAddress : CollectionBase
Constructors
FormattedAddress()
Structure holding formatted address information
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. |
Extension Methods
EnumUtil.MapEnums<From, To>(From)