Show / Hide Table of Contents

Class FormattedFields

Class representing a collection of Localized Field objects

Inheritance
object
CollectionBase
FormattedFields
Implements
IList
ICollection
IEnumerable
Inherited Members
CollectionBase.Clear()
CollectionBase.RemoveAt(int)
CollectionBase.GetEnumerator()
CollectionBase.OnSet(int, object, object)
CollectionBase.OnInsert(int, object)
CollectionBase.OnClear()
CollectionBase.OnRemove(int, object)
CollectionBase.OnValidate(object)
CollectionBase.OnSetComplete(int, object, object)
CollectionBase.OnInsertComplete(int, object)
CollectionBase.OnClearComplete()
CollectionBase.OnRemoveComplete(int, object)
CollectionBase.InnerList
CollectionBase.List
CollectionBase.Capacity
CollectionBase.Count
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Overrides
object.ToString()

Implements

IList
ICollection
IEnumerable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top