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 MetaClassCollection

Summary description for MetaClassCollection.

Inheritance
System.Object
System.Collections.ReadOnlyCollectionBase
MetaClassCollection
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ReadOnlyCollectionBase.GetEnumerator()
System.Collections.ReadOnlyCollectionBase.InnerList
System.Collections.ReadOnlyCollectionBase.Count
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.IsSynchronized
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.SyncRoot
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.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 13.30.0
Syntax
public class MetaClassCollection : IndexedCollectionBase<MetaClass>, ICollection, IEnumerable

Constructors

MetaClassCollection(MetaDataContext, IDataReader)

Initializes a new instance of the MetaClassCollection class.

Declaration
public MetaClassCollection(MetaDataContext context, IDataReader reader)
Parameters
Type Name Description
MetaDataContext context

The context.

System.Data.IDataReader reader

The reader.

Properties

IsReadOnly

Gets a value indicating whether this instance is read only.

Declaration
public virtual bool IsReadOnly { get; }
Property Value
Type Description
System.Boolean

true if this instance is read only; otherwise, false.

Methods

Add(MetaClass)

Adds the specified new item.

Declaration
public void Add(MetaClass newItem)
Parameters
Type Name Description
MetaClass newItem

The new item.

Implements

System.Collections.ICollection
System.Collections.IEnumerable