C# Class Upac.Events.Configuration.HandlerCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: 1508/upac-for-umbraco

Public Methods

Method Description
Add ( HandlerElement element ) : void
Clear ( ) : void
IndexOf ( HandlerElement element ) : int
Remove ( HandlerElement element ) : void
Remove ( string key ) : void
RemoveAt ( int index ) : void
this ( int index ) : HandlerElement
this ( string Key ) : HandlerElement

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public method

public Add ( HandlerElement element ) : void
element HandlerElement
return void

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
return Object

IndexOf() public method

public IndexOf ( HandlerElement element ) : int
element HandlerElement
return int

Remove() public method

public Remove ( HandlerElement element ) : void
element HandlerElement
return void

Remove() public method

public Remove ( string key ) : void
key string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : HandlerElement
index int
return HandlerElement

this() public method

public this ( string Key ) : HandlerElement
Key string
return HandlerElement