Class FormattedAddress
Structure holding formatted address information
Inherited Members
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. |