Class RequestHandlerElementCollection

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

Constructors

RequestHandlerElementCollection()

Initializes a new instance of the RequestHandlerElementCollection class.

Declaration
public RequestHandlerElementCollection()

Properties

Item[Int32]

Gets or sets the RequestHandlerElement at the specified index.

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

Methods

Add(RequestHandlerElement)

Adds the specified item.

Declaration
public void Add(RequestHandlerElement item)
Parameters
Type Name Description
RequestHandlerElement 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, String)

Finds the name of the type.

Declaration
public string FindTypeName(string metaClassName, string method)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

System.String method

The method.

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.