C# Class Rebel.Cms.Web.Configuration.Tasks.TaskParameterConfigurationCollection

Inheritance: System.Configuration.ConfigurationElementCollection
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Protected Methods

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

Returns the key for this collection which is a combination of the controller type and the application alias

Method Details

CreateNewElement() protected method

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

GetElementKey() protected method

Returns the key for this collection which is a combination of the controller type and the application alias
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object