C# Class Editor.Utils.SessionFactoriesCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: RIATEAM/MYSTIC

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public méthode

public Add ( SessionFactoryElement sessionFactory ) : void
sessionFactory SessionFactoryElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

IndexOf() public méthode

public IndexOf ( SessionFactoryElement sessionFactory ) : int
sessionFactory SessionFactoryElement
Résultat int

Remove() public méthode

public Remove ( SessionFactoryElement sessionFactory ) : void
sessionFactory SessionFactoryElement
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

SessionFactoriesCollection() public méthode

public SessionFactoriesCollection ( ) : System.Configuration
Résultat System.Configuration

this() public méthode

public this ( int index ) : SessionFactoryElement
index int
Résultat SessionFactoryElement

this() public méthode

public this ( string name ) : SessionFactoryElement
name string
Résultat SessionFactoryElement