C# Class Moo.Configuration.TypeMappingCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: dclucas/MOO Class Usage Examples

Méthodes publiques

Méthode Description
Add ( TypeMappingElement element ) : void

Adds the specified element.

Méthodes protégées

Méthode 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 méthode

Adds the specified element.
public Add ( TypeMappingElement element ) : void
element TypeMappingElement The type mapping element.
Résultat void

CreateNewElement() protected méthode

Creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

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.
Résultat object