Class FormattedFields
Class representing a collection of Localized Field objects
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public class FormattedFields : CollectionBase, IList, ICollection, IEnumerable
Constructors
FormattedFields()
Default constructor
Declaration
public FormattedFields()
Properties
this[int]
Indexer for this list returning an IFormattedList representation
Declaration
public IFormattedField this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
IFormattedField |
Methods
ToString()
Get the address line as a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The address line as a string. |