C# 클래스 System.Configuration.ConfigurationElementCollection

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

Private Properties

프로퍼티 타입 설명
AssociateContext void
BaseAdd void
BaseAdd void
BaseAddInternal void
BaseRemove void
CallCreateNewElement ConfigurationElement
CallCreateNewElement ConfigurationElement
CompareKeys bool
GetElementKeyInternal Object
GetElementsEnumerator IEnumerator
GetEnumeratorImpl IEnumerator
ICollection void
IsLockableElement bool
RealIndexOf int

공개 메소드들

메소드 설명
CopyTo ( ConfigurationElement array, int index ) : void
Equals ( object compareTo ) : bool
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
IsReadOnly ( ) : bool

보호된 메소드들

메소드 설명
BaseAdd ( ConfigurationElement element ) : void
BaseAdd ( ConfigurationElement element, bool throwIfExists ) : void
BaseAdd ( int index, ConfigurationElement element ) : void
BaseClear ( ) : void
BaseGet ( Object key ) : ConfigurationElement
BaseGet ( int index ) : ConfigurationElement
BaseGetAllKeys ( ) : object[]
BaseGetKey ( int index ) : object
BaseIndexOf ( ConfigurationElement element ) : int
BaseIsRemoved ( Object key ) : bool
BaseRemove ( Object key ) : void
BaseRemoveAt ( int index ) : void
ConfigurationElementCollection ( ) : System
ConfigurationElementCollection ( IComparer comparer ) : System
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object
IsElementName ( string elementName ) : bool
IsElementRemovable ( ConfigurationElement element ) : bool
IsModified ( ) : bool
OnDeserializeUnrecognizedElement ( String elementName, XmlReader reader ) : bool
Reset ( ConfigurationElement parentElement ) : void
ResetModified ( ) : void
SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
SetReadOnly ( ) : void
Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void

비공개 메소드들

메소드 설명
AssociateContext ( BaseConfigurationRecord configRecord ) : void
BaseAdd ( ConfigurationElement element, bool throwIfExists, bool ignoreLocks ) : void
BaseAdd ( int index, ConfigurationElement element, bool ignoreLocks ) : void
BaseAddInternal ( int index, ConfigurationElement element, bool flagAsReplaced, bool ignoreLocks ) : void
BaseRemove ( Object key, bool throwIfMissing ) : void
CallCreateNewElement ( ) : ConfigurationElement
CallCreateNewElement ( string elementName ) : ConfigurationElement
CompareKeys ( Object key1, Object key2 ) : bool
GetElementKeyInternal ( ConfigurationElement element ) : Object
GetElementsEnumerator ( ) : IEnumerator
GetEnumeratorImpl ( ) : IEnumerator
ICollection ( Array arr, int index ) : void
IsLockableElement ( string elementName ) : bool
RealIndexOf ( ConfigurationElement element ) : int

메소드 상세

BaseAdd() 보호된 메소드

protected BaseAdd ( ConfigurationElement element ) : void
element ConfigurationElement
리턴 void

BaseAdd() 보호된 메소드

protected BaseAdd ( ConfigurationElement element, bool throwIfExists ) : void
element ConfigurationElement
throwIfExists bool
리턴 void

BaseAdd() 보호된 메소드

protected BaseAdd ( int index, ConfigurationElement element ) : void
index int
element ConfigurationElement
리턴 void

BaseClear() 보호된 메소드

protected BaseClear ( ) : void
리턴 void

BaseGet() 보호된 메소드

protected BaseGet ( Object key ) : ConfigurationElement
key Object
리턴 ConfigurationElement

BaseGet() 보호된 메소드

protected BaseGet ( int index ) : ConfigurationElement
index int
리턴 ConfigurationElement

BaseGetAllKeys() 보호된 메소드

protected BaseGetAllKeys ( ) : object[]
리턴 object[]

BaseGetKey() 보호된 메소드

protected BaseGetKey ( int index ) : object
index int
리턴 object

BaseIndexOf() 보호된 메소드

protected BaseIndexOf ( ConfigurationElement element ) : int
element ConfigurationElement
리턴 int

BaseIsRemoved() 보호된 메소드

protected BaseIsRemoved ( Object key ) : bool
key Object
리턴 bool

BaseRemove() 보호된 메소드

protected BaseRemove ( Object key ) : void
key Object
리턴 void

BaseRemoveAt() 보호된 메소드

protected BaseRemoveAt ( int index ) : void
index int
리턴 void

ConfigurationElementCollection() 보호된 메소드

protected ConfigurationElementCollection ( ) : System
리턴 System

ConfigurationElementCollection() 보호된 메소드

protected ConfigurationElementCollection ( IComparer comparer ) : System
comparer IComparer
리턴 System

CopyTo() 공개 메소드

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

CreateNewElement() 보호된 추상적인 메소드

protected abstract CreateNewElement ( ) : ConfigurationElement
리턴 ConfigurationElement

CreateNewElement() 보호된 메소드

protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
리턴 ConfigurationElement

Equals() 공개 메소드

public Equals ( object compareTo ) : bool
compareTo object
리턴 bool

GetElementKey() 보호된 추상적인 메소드

protected abstract GetElementKey ( ConfigurationElement element ) : Object
element ConfigurationElement
리턴 Object

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsElementName() 보호된 메소드

protected IsElementName ( string elementName ) : bool
elementName string
리턴 bool

IsElementRemovable() 보호된 메소드

protected IsElementRemovable ( ConfigurationElement element ) : bool
element ConfigurationElement
리턴 bool

IsModified() 보호된 메소드

protected IsModified ( ) : bool
리턴 bool

IsReadOnly() 공개 메소드

public IsReadOnly ( ) : bool
리턴 bool

OnDeserializeUnrecognizedElement() 보호된 메소드

protected OnDeserializeUnrecognizedElement ( String elementName, XmlReader reader ) : bool
elementName String
reader System.Xml.XmlReader
리턴 bool

Reset() 보호된 메소드

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
리턴 void

ResetModified() 보호된 메소드

protected ResetModified ( ) : void
리턴 void

SerializeElement() 보호된 메소드

protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
writer System.Xml.XmlWriter
serializeCollectionKey bool
리턴 bool

SetReadOnly() 보호된 메소드

protected SetReadOnly ( ) : void
리턴 void

Unmerge() 보호된 메소드

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
리턴 void