C# Class Microsoft.Web.Administration.ConfigurationLockCollection

Inheritance: ICollection
Afficher le fichier Open project: jexuswebserver/Microsoft.Web.Administration

Méthodes publiques

Méthode Description
Add ( string name ) : void
Clear ( ) : void
Contains ( string name ) : bool
CopyTo ( string array, int index ) : void
GetEnumerator ( ) : IEnumerator
IsReadOnly ( string name ) : bool
Remove ( string name ) : void
SetFromList ( string attributeList ) : void

Private Methods

Méthode Description
CheckName ( string name ) : void
ConfigurationLockCollection ( ConfigurationElement element, ConfigurationLockType lockType ) : System
ICollection ( Array array, int index ) : void

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

CopyTo() public méthode

public CopyTo ( string array, int index ) : void
array string
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IsReadOnly() public méthode

public IsReadOnly ( string name ) : bool
name string
Résultat bool

Remove() public méthode

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

SetFromList() public méthode

public SetFromList ( string attributeList ) : void
attributeList string
Résultat void