C# Class biz.dfch.CS.Appclusive.UI.Config.EntityElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Public Methods

Method Description
this ( int index ) : EntityElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

this() public method

public this ( int index ) : EntityElement
index int
return EntityElement