C# 클래스 Moo.Configuration.TypeMappingCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: dclucas/MOO 1 사용 예제들

공개 메소드들

메소드 설명
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