C# Class CedarLogic.Identity.Configuration.NamespaceTypeCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: cicorias/federationmetadatagenerator

Public Methods

Method Description
Add ( NamespaceTypeElement element ) : void
Clear ( ) : void
Remove ( string key ) : void
this ( int idx ) : NamespaceTypeElement

Protected Methods

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

Method Details

Add() public method

public Add ( NamespaceTypeElement element ) : void
element NamespaceTypeElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

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

GetElementKey() protected method

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

Remove() public method

public Remove ( string key ) : void
key string
return void

this() public method

public this ( int idx ) : NamespaceTypeElement
idx int
return NamespaceTypeElement