C# Class Upac.Events.Configuration.EventCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Exibir arquivo Open project: 1508/upac-for-umbraco

Public Methods

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

Protected Methods

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

Method Details

Add() public method

public Add ( EventElement element ) : void
element EventElement
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 ( EventElement element ) : int
element EventElement
return int

Remove() public method

public Remove ( EventElement element ) : void
element EventElement
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 ) : EventElement
index int
return EventElement

this() public method

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