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

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

Méthodes publiques

Méthode Description
IgnoreRuleElementCollection ( ) : System.Collections.Generic
ToList ( ) : IList
this ( int index ) : IgnoreRuleElement
this ( string name ) : IgnoreRuleElement

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

IgnoreRuleElementCollection() public méthode

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

ToList() public méthode

public ToList ( ) : IList
Résultat IList

this() public méthode

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

this() public méthode

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