C# Class SenseNet.Configuration.AuthSettingElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
this ( int index ) : AuthSettingElement

Protected Methods

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

Private Methods

Method Description
AuthSettingElementCollection ( ) : System

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 ) : AuthSettingElement
index int
return AuthSettingElement