C# Class Editor.Utils.SessionFactoriesCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: RIATEAM/MYSTIC

Public Methods

Method Description
Add ( SessionFactoryElement sessionFactory ) : void
Clear ( ) : void
IndexOf ( SessionFactoryElement sessionFactory ) : int
Remove ( SessionFactoryElement sessionFactory ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
SessionFactoriesCollection ( ) : System.Configuration
this ( int index ) : SessionFactoryElement
this ( string name ) : SessionFactoryElement

Protected Methods

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

Method Details

Add() public method

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

Remove() public method

public Remove ( SessionFactoryElement sessionFactory ) : void
sessionFactory SessionFactoryElement
return void

Remove() public method

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

RemoveAt() public method

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

SessionFactoriesCollection() public method

public SessionFactoriesCollection ( ) : System.Configuration
return System.Configuration

this() public method

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

this() public method

public this ( string name ) : SessionFactoryElement
name string
return SessionFactoryElement