C# Class SenseNet.Configuration.UrlElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetUrlHosts ( ) : List
this ( int index ) : UrlElement
this ( string host ) : UrlElement

Méthodes protégées

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

Private Methods

Méthode Description
UrlElementCollection ( ) : System.Collections.Generic

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

GetUrlHosts() public méthode

public GetUrlHosts ( ) : List
Résultat List

this() public méthode

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

this() public méthode

public this ( string host ) : UrlElement
host string
Résultat UrlElement