C# Class System.Configuration.ConfigurationLockCollection

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

Private Properties

Свойство 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

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
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 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