C# Class Omikron.FactFinder.Core.Configuration.MappingRuleElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: FACT-Finder/FACT-Finder-.NET-Library

Méthodes publiques

Méthode Description
MappingRuleElementCollection ( ) : System.Collections.Generic
ToDictionary ( ) : string>.IDictionary
this ( int index ) : MappingRuleElement
this ( string name ) : MappingRuleElement

Méthodes protégées

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

Method Details

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

MappingRuleElementCollection() public méthode

public MappingRuleElementCollection ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToDictionary() public méthode

public ToDictionary ( ) : string>.IDictionary
Résultat string>.IDictionary

this() public méthode

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

this() public méthode

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