Class RequestPluginElementCollection
Inheritance
System.Object
RequestPluginElementCollection
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class RequestPluginElementCollection : ConfigurationElementCollection
Constructors
RequestPluginElementCollection()
Initializes a new instance of the Request
Declaration
public RequestPluginElementCollection()
Properties
Item[Int32]
Gets or sets the Request
Declaration
public RequestPluginElement this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System. |
index |
Property Value
Type | Description |
---|---|
Request |
Methods
Add(RequestPluginElement)
Adds the specified item.
Declaration
public void Add(RequestPluginElement item)
Parameters
Type | Name | Description |
---|---|---|
Request |
item | The item. |
Clear()
Clears this instance.
Declaration
public void Clear()
CreateNewElement()
When overridden in a derived class, creates a new System.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System. |
A new System. |
FindTypeNames(String, String, EventPipeLineStage)
Finds the type names.
Declaration
public string[] FindTypeNames(string metaClassName, string method, EventPipeLineStage eventStage)
Parameters
Type | Name | Description |
---|---|---|
System. |
metaClassName | Name of the meta class. |
System. |
method | The method. |
Event |
eventStage | The event stage. |
Returns
Type | Description |
---|---|
System. |
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. |
element | The System. |
Returns
Type | Description |
---|---|
System. |
An System. |