Class EntityObjectInstanceElementCollection
Inheritance
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class EntityObjectInstanceElementCollection : ConfigurationElementCollection
Constructors
EntityObjectInstanceElementCollection()
Initializes a new instance of the EntityObjectInstanceElementCollection class.
Declaration
public EntityObjectInstanceElementCollection()
Properties
Item[Int32]
Gets or sets the EntityObjectInstanceElement at the specified index.
Declaration
public EntityObjectInstanceElement this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| EntityObjectInstanceElement |
Methods
Add(EntityObjectInstanceElement)
Adds the specified item.
Declaration
public void Add(EntityObjectInstanceElement item)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityObjectInstanceElement | 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. |
FindTypeName(String)
Finds the name of the type.
Declaration
public string FindTypeName(string metaClassName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | metaClassName | Name of the meta class. |
Returns
| Type | Description |
|---|---|
| System.String |
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. |