C# Class System.Configuration.ConfigurationLockCollection

Inheritance: System.Collections.ICollection, System.Collections.IEnumerable
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
Add void
ClearInternal void
ClearSeedList void
ConfigurationLockCollection System
ConfigurationLockCollection System
ConfigurationLockCollection System
ConfigurationLockCollection System
DefinedInParent bool
ICollection void
IsValueModified bool
RemoveInheritedLocks void
ResetModified void

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
Add ( string name, ConfigurationValueFlags flags ) : void
ClearInternal ( bool useSeedIfAvailble ) : void
ClearSeedList ( ) : void
ConfigurationLockCollection ( ConfigurationElement thisElement ) : System
ConfigurationLockCollection ( ConfigurationElement thisElement, ConfigurationLockCollectionType lockType ) : System
ConfigurationLockCollection ( ConfigurationElement thisElement, ConfigurationLockCollectionType lockType, string ignoreName ) : System
ConfigurationLockCollection ( ConfigurationElement thisElement, ConfigurationLockCollectionType lockType, string ignoreName, ConfigurationLockCollection parentCollection ) : System
DefinedInParent ( string name ) : bool
ICollection ( Array array, int index ) : void
IsValueModified ( string name ) : bool
RemoveInheritedLocks ( ) : void
ResetModified ( ) : 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