C# Класс Moo.Configuration.TypeMappingCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( TypeMappingElement element ) : void

Adds the specified element.

Защищенные методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Adds the specified element.
public Add ( TypeMappingElement element ) : void
element TypeMappingElement The type mapping element.
Результат void

CreateNewElement() защищенный Метод

Creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

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.
Результат object