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

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: FACT-Finder/FACT-Finder-.NET-Library

Public Methods

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

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

MappingRuleElementCollection() public method

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

ToDictionary() public method

public ToDictionary ( ) : string>.IDictionary
return string>.IDictionary

this() public method

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

this() public method

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