Class RequestPluginElementCollection

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

Constructors

RequestPluginElementCollection()

Initializes a new instance of the RequestPluginElementCollection class.

Declaration
public RequestPluginElementCollection()

Properties

Item[Int32]

Gets or sets the RequestPluginElement at the specified index.

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

Methods

Add(RequestPluginElement)

Adds the specified item.

Declaration
public void Add(RequestPluginElement item)
Parameters
Type Name Description
RequestPluginElement 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.

FindTypeNames(String, String, EventPipeLineStage)

Finds the type names.

Declaration
public string[] FindTypeNames(string metaClassName, string method, EventPipeLineStage eventStage)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

System.String method

The method.

EventPipeLineStage eventStage

The event stage.

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.