C# Class RevationLiveService.Configuration.UrlCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: PillarTechnology/Revaction

Public Methods

Method Description
this ( int index ) : Url
this ( string name ) : Url

Protected Methods

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

Private Methods

Method Description
UrlCollection ( ) : System.Configuration

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

this() public method

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

this() public method

public this ( string name ) : Url
name string
return Url