C# Class Sholo.Web.Security.Configuration.PenaltyRulesCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: scottt732/SholoWebSecurity

Public Methods

Method Description
Add ( PenaltyRuleElement element ) : void
Clear ( ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : PenaltyRuleElement

Protected Methods

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

Method Details

Add() public method

public Add ( PenaltyRuleElement element ) : void
element PenaltyRuleElement
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 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 ) : PenaltyRuleElement
index int
return PenaltyRuleElement