C# Class Microsoft.Web.Administration.ConfigurationLockCollection

Inheritance: ICollection
Show file Open project: jexuswebserver/Microsoft.Web.Administration

Public Methods

Method 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

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

Method Details

Add() public method

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

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( string name ) : bool
name string
return bool

CopyTo() public method

public CopyTo ( string array, int index ) : void
array string
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IsReadOnly() public method

public IsReadOnly ( string name ) : bool
name string
return bool

Remove() public method

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

SetFromList() public method

public SetFromList ( string attributeList ) : void
attributeList string
return void