London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MetaFieldMapElementCollection

Represents collection of meta field map element.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<MetaFieldMapElement>
MetaFieldMapElementCollection
Implements
System.Collections.Generic.IList<MetaFieldMapElement>
System.Collections.Generic.ICollection<MetaFieldMapElement>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MetaFieldMapElement>
System.Collections.Generic.IReadOnlyCollection<MetaFieldMapElement>
System.Collections.Generic.IEnumerable<MetaFieldMapElement>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Add(Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Clear()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.CopyTo(Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement[], System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Contains(Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.IndexOf(Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Remove(Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Count
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Items
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Meta.Management.MetaFieldMapElement>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public class MetaFieldMapElementCollection : Collection<MetaFieldMapElement>, IList<MetaFieldMapElement>, ICollection<MetaFieldMapElement>, IList, ICollection, IReadOnlyList<MetaFieldMapElement>, IReadOnlyCollection<MetaFieldMapElement>, IEnumerable<MetaFieldMapElement>, IEnumerable, IChangeTracking

Constructors

MetaFieldMapElementCollection()

Initializes a new instance of the MetaFieldMapElementCollection class.

Declaration
public MetaFieldMapElementCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable