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

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: scottt732/SholoWebSecurity

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public méthode

public Add ( PenaltyRuleElement element ) : void
element PenaltyRuleElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : PenaltyRuleElement
index int
Résultat PenaltyRuleElement