C# 클래스 System.Configuration.ConfigurationLockCollection

상속: System.Collections.ICollection, System.Collections.IEnumerable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add void
ClearInternal void
ClearSeedList void
ConfigurationLockCollection System
ConfigurationLockCollection System
ConfigurationLockCollection System
ConfigurationLockCollection System
DefinedInParent bool
ICollection void
IsValueModified bool
RemoveInheritedLocks void
ResetModified void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( string name ) : void
name string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( string array, int index ) : void
array string
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IsReadOnly() 공개 메소드

public IsReadOnly ( string name ) : bool
name string
리턴 bool

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

SetFromList() 공개 메소드

public SetFromList ( string attributeList ) : void
attributeList string
리턴 void