C# Class SenseNet.Configuration.SiteElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
this ( int index ) : SiteElement
this ( string path ) : SiteElement

Protected Methods

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

Private Methods

Method Description
SiteElementCollection ( ) : 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 ) : SiteElement
index int
return SiteElement

this() public method

public this ( string path ) : SiteElement
path string
return SiteElement