Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaClassIdCollection

Summary description for MetaClassIdCollection.

Inheritance
System.Object
MetaClassIdCollection
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public class MetaClassIdCollection : ReadOnlyCollectionBase

Constructors

MetaClassIdCollection()

Declaration
public MetaClassIdCollection()

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.

Item[Int32]

Gets the System.Int32 at the specified index.

Declaration
public int this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
System.Int32

Methods

Add(Int32)

Adds the specified new item.

Declaration
public void Add(int newItem)
Parameters
Type Name Description
System.Int32 newItem

The new item.