C# Class Microsoft.ManagementConsole.BaseCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
Contains ( object item ) : bool

Méthodes protégées

Méthode Description
AddRange ( object items ) : void
Insert ( int index, object item ) : void
InsertRange ( int index, object items ) : void
OnClear ( ) : void
OnClearComplete ( ) : void
OnInsert ( int index, object value ) : void
OnInsertComplete ( int index, object value ) : void
OnItemsAdded ( int index, object items ) : void
OnItemsRemoved ( int index, object items ) : void
OnRemove ( int index, object value ) : void
OnRemoveComplete ( int index, object value ) : void
OnSet ( int index, object oldValue, object newValue ) : void
OnSetComplete ( int index, object oldValue, object newValue ) : void
OnValidate ( object objectToValidate ) : void

Private Methods

Méthode Description
BaseCollection ( Type type ) : Microsoft.ManagementConsole.Internal
BaseCollection ( Type type, bool allowDuplicates ) : Microsoft.ManagementConsole.Internal
OnValidate ( object objectToValidate, bool testForDuplicate ) : void
ThrowArgumentExceptionIfDuplicate ( object value ) : void

Method Details

AddRange() protected méthode

protected AddRange ( object items ) : void
items object
Résultat void

Contains() public méthode

public Contains ( object item ) : bool
item object
Résultat bool

Insert() protected méthode

protected Insert ( int index, object item ) : void
index int
item object
Résultat void

InsertRange() protected méthode

protected InsertRange ( int index, object items ) : void
index int
items object
Résultat void

OnClear() protected méthode

protected OnClear ( ) : void
Résultat void

OnClearComplete() protected méthode

protected OnClearComplete ( ) : void
Résultat void

OnInsert() protected méthode

protected OnInsert ( int index, object value ) : void
index int
value object
Résultat void

OnInsertComplete() protected méthode

protected OnInsertComplete ( int index, object value ) : void
index int
value object
Résultat void

OnItemsAdded() protected méthode

protected OnItemsAdded ( int index, object items ) : void
index int
items object
Résultat void

OnItemsRemoved() protected méthode

protected OnItemsRemoved ( int index, object items ) : void
index int
items object
Résultat void

OnRemove() protected méthode

protected OnRemove ( int index, object value ) : void
index int
value object
Résultat void

OnRemoveComplete() protected méthode

protected OnRemoveComplete ( int index, object value ) : void
index int
value object
Résultat void

OnSet() protected méthode

protected OnSet ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
Résultat void

OnSetComplete() protected méthode

protected OnSetComplete ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
Résultat void

OnValidate() protected méthode

protected OnValidate ( object objectToValidate ) : void
objectToValidate object
Résultat void