C# Class RevationLiveService.Configuration.UrlCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: PillarTechnology/Revaction

Méthodes publiques

Méthode Description
this ( int index ) : Url
this ( string name ) : Url

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Méthode Description
UrlCollection ( ) : System.Configuration

Method Details

CreateNewElement() protected méthode

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

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

this() public méthode

public this ( int index ) : Url
index int
Résultat Url

this() public méthode

public this ( string name ) : Url
name string
Résultat Url