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

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes protégées

Méthode 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 méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

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
Résultat object