C# Class Moo.Configuration.MemberMappingCollection

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: dclucas/MOO

Public Methods

Method Description
Add ( MemberMappingElement element ) : void

Adds the specified element.

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Creates a new T:System.Configuration.ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified configuration element when overridden in a derived class.

Method Details

Add() public method

Adds the specified element.
public Add ( MemberMappingElement element ) : void
element MemberMappingElement The element.
return void

CreateNewElement() protected method

Creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

Gets the element key for a specified configuration element when overridden in a derived class.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for.
return object