C# Class SenseNet.Configuration.UrlElementCollection

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

Public Methods

Method Description
GetUrlHosts ( ) : List
this ( int index ) : UrlElement
this ( string host ) : UrlElement

Protected Methods

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

Private Methods

Method Description
UrlElementCollection ( ) : System.Collections.Generic

Method Details

CreateNewElement() protected method

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

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

GetUrlHosts() public method

public GetUrlHosts ( ) : List
return List

this() public method

public this ( int index ) : UrlElement
index int
return UrlElement

this() public method

public this ( string host ) : UrlElement
host string
return UrlElement