C# Class Southworks.IdentityModel.MultiProtocolIssuer.Configuration.ParameterCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Datei anzeigen Open project: southworks/protocol-bridge-claims-provider

Public Methods

Method Description
this ( int index ) : ParameterElement
this ( string key ) : ParameterElement

Protected Methods

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

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

this() public method

public this ( string key ) : ParameterElement
key string
return ParameterElement