C# Class ImageMagick.Web.UrlResolverSettingsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

Initializes a new instance of the UrlResolverSettings class.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified UrlResolverSettings element.

Method Details

CreateNewElement() protected méthode

Initializes a new instance of the UrlResolverSettings class.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Gets the element key for a specified UrlResolverSettings element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The UrlResolverSettings to return the key for.
Résultat object