Class MetaObjectInstanceElementCollection

Represents collection of meta object instance elements in configuration file.

Inheritance
System.Object
MetaObjectInstanceElementCollection
Namespace: Mediachase.BusinessFoundation.Data.Meta.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
Syntax
public class MetaObjectInstanceElementCollection : ConfigurationElementCollection

Constructors

MetaObjectInstanceElementCollection()

Initializes a new instance of the MetaObjectInstanceElementCollection class.

Declaration
public MetaObjectInstanceElementCollection()

Properties

Item[Int32]

Gets or sets the MetaObjectInstanceElement at the specified index.

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

Properties

Gets the collection of properties.

Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type Description
System.Configuration.ConfigurationPropertyCollection

Methods

Add(MetaObjectInstanceElement)

Adds the specified item.

Declaration
public void Add(MetaObjectInstanceElement Item)
Parameters
Type Name Description
MetaObjectInstanceElement Item

The item.

Clear()

Clears this instance.

Declaration
public void Clear()

CreateNewElement()

When overridden in a derived class, creates a new System.Configuration.ConfigurationElement.

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

A new System.Configuration.ConfigurationElement.

GetElementKey(ConfigurationElement)

Gets the element key for a specified configuration element when overridden in a derived class.

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element

The System.Configuration.ConfigurationElement to return the key for.

Returns
Type Description
System.Object

An System.Object that acts as the key for the specified System.Configuration.ConfigurationElement.

IndexOf(MetaObjectInstanceElement)

Indexes the of.

Declaration
public int IndexOf(MetaObjectInstanceElement Item)
Parameters
Type Name Description
MetaObjectInstanceElement Item

The item.

Returns
Type Description
System.Int32

Remove(MetaObjectInstanceElement)

Removes the specified item.

Declaration
public void Remove(MetaObjectInstanceElement Item)
Parameters
Type Name Description
MetaObjectInstanceElement Item

The item.

Remove(String)

Removes the specified extension.

Declaration
public void Remove(string MetaClassName)
Parameters
Type Name Description
System.String MetaClassName

Name of the meta class.

RemoveAt(Int32)

Removes at.

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
System.Int32 index

The index.