C# 클래스 formulate.app.Configuration.TemplateCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: rhythmagency/formulate

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement

Creates a new template element.

GetElementKey ( ConfigurationElement element ) : object

Gets the key for an element.

메소드 상세

CreateNewElement() 보호된 메소드

Creates a new template element.
protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

Gets the key for an element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The element.
리턴 object