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.0Syntax
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 |
|
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