C# Class System.Configuration.ConfigurationElementCollection

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

Private Properties

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

Méthodes publiques

Méthode Description
CopyTo ( ConfigurationElement array, int index ) : void
Equals ( object compareTo ) : bool
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
IsReadOnly ( ) : bool

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element ConfigurationElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element, bool throwIfExists ) : void
element ConfigurationElement
throwIfExists bool
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( int index, ConfigurationElement element ) : void
index int
element ConfigurationElement
Résultat void

BaseClear() protected méthode

protected BaseClear ( ) : void
Résultat void

BaseGet() protected méthode

protected BaseGet ( Object key ) : ConfigurationElement
key Object
Résultat ConfigurationElement

BaseGet() protected méthode

protected BaseGet ( int index ) : ConfigurationElement
index int
Résultat ConfigurationElement

BaseGetAllKeys() protected méthode

protected BaseGetAllKeys ( ) : object[]
Résultat object[]

BaseGetKey() protected méthode

protected BaseGetKey ( int index ) : object
index int
Résultat object

BaseIndexOf() protected méthode

protected BaseIndexOf ( ConfigurationElement element ) : int
element ConfigurationElement
Résultat int

BaseIsRemoved() protected méthode

protected BaseIsRemoved ( Object key ) : bool
key Object
Résultat bool

BaseRemove() protected méthode

protected BaseRemove ( Object key ) : void
key Object
Résultat void

BaseRemoveAt() protected méthode

protected BaseRemoveAt ( int index ) : void
index int
Résultat void

ConfigurationElementCollection() protected méthode

protected ConfigurationElementCollection ( ) : System
Résultat System

ConfigurationElementCollection() protected méthode

protected ConfigurationElementCollection ( IComparer comparer ) : System
comparer IComparer
Résultat System

CopyTo() public méthode

public CopyTo ( ConfigurationElement array, int index ) : void
array ConfigurationElement
index int
Résultat void

CreateNewElement() protected abstract méthode

protected abstract CreateNewElement ( ) : ConfigurationElement
Résultat ConfigurationElement

CreateNewElement() protected méthode

protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
Résultat ConfigurationElement

Equals() public méthode

public Equals ( object compareTo ) : bool
compareTo object
Résultat bool

GetElementKey() protected abstract méthode

protected abstract GetElementKey ( ConfigurationElement element ) : Object
element ConfigurationElement
Résultat Object

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsElementName() protected méthode

protected IsElementName ( string elementName ) : bool
elementName string
Résultat bool

IsElementRemovable() protected méthode

protected IsElementRemovable ( ConfigurationElement element ) : bool
element ConfigurationElement
Résultat bool

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

OnDeserializeUnrecognizedElement() protected méthode

protected OnDeserializeUnrecognizedElement ( String elementName, XmlReader reader ) : bool
elementName String
reader System.Xml.XmlReader
Résultat bool

Reset() protected méthode

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
Résultat void

ResetModified() protected méthode

protected ResetModified ( ) : void
Résultat void

SerializeElement() protected méthode

protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
writer System.Xml.XmlWriter
serializeCollectionKey bool
Résultat bool

SetReadOnly() protected méthode

protected SetReadOnly ( ) : void
Résultat void

Unmerge() protected méthode

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
Résultat void