C# 클래스 Microsoft.Web.Administration.ConfigurationLockCollection

상속: ICollection
파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration

공개 메소드들

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

비공개 메소드들

메소드 설명
CheckName ( string name ) : void
ConfigurationLockCollection ( ConfigurationElement element, ConfigurationLockType lockType ) : System
ICollection ( Array array, int index ) : 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