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

Inheritance: System.Configuration.ConfigurationElementCollection
Datei anzeigen Open project: FACT-Finder/FACT-Finder-.NET-Library

Public Methods

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

Protected Methods

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

Method Details

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

IgnoreRuleElementCollection() public method

public IgnoreRuleElementCollection ( ) : System.Collections.Generic
return System.Collections.Generic

ToList() public method

public ToList ( ) : IList
return IList

this() public method

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

this() public method

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