Class FormattedFields
Class representing a collection of Localized Field objects
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 class FormattedFields : CollectionBase, IList, ICollection, IEnumerable
Constructors
FormattedFields()
Default constructor
Declaration
public FormattedFields()
Properties
Item[Int32]
Indexer for this list returning an IFormattedList representation
Declaration
public IFormattedField this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)