C# Class System.Net.Configuration.AuthenticationModuleElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Add ( AuthenticationModuleElement element ) : void
AuthenticationModuleElementCollection ( ) : System
Clear ( ) : void
IndexOf ( AuthenticationModuleElement element ) : int
Remove ( AuthenticationModuleElement element ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : AuthenticationModuleElement
this ( string name ) : AuthenticationModuleElement

Protected Methods

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

Method Details

Add() public method

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

AuthenticationModuleElementCollection() public method

public AuthenticationModuleElementCollection ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element ConfigurationElement
return Object

IndexOf() public method

public IndexOf ( AuthenticationModuleElement element ) : int
element AuthenticationModuleElement
return int

Remove() public method

public Remove ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
return void

Remove() public method

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

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

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

this() public method

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