C# Class Gymnastika.Data.Configuration.AutomappingConfigurationElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
ファイルを表示 Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
Add ( AutomappingConfigurationElement mapping ) : void
AutomappingConfigurationElementCollection ( ) : System
AutomappingConfigurationElementCollection ( AutomappingConfigurationElement automappings ) : System
FindAll ( Predicate match ) : IList
this ( int index ) : AutomappingConfigurationElement

Protected Methods

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

Method Details

Add() public method

public Add ( AutomappingConfigurationElement mapping ) : void
mapping AutomappingConfigurationElement
return void

AutomappingConfigurationElementCollection() public method

public AutomappingConfigurationElementCollection ( ) : System
return System

AutomappingConfigurationElementCollection() public method

public AutomappingConfigurationElementCollection ( AutomappingConfigurationElement automappings ) : System
automappings AutomappingConfigurationElement
return System

CreateNewElement() protected method

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

FindAll() public method

public FindAll ( Predicate match ) : IList
match Predicate
return IList

GetElementKey() protected method

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

this() public method

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