C# Class Microsoft.ManagementConsole.ScopeNodeCollection

Inheritance: BaseCollection
Mostra file Open project: SiteView/ECC8.13

Private Properties

Property Type Description
ItemChanged void
Notify void
OnValidate void

Public Methods

Method Description
Add ( ScopeNode item ) : int
AddRange ( ScopeNode items ) : void
Contains ( ScopeNode item ) : bool
CopyTo ( ScopeNode array, int index ) : void
IndexOf ( ScopeNode item ) : int
Insert ( int index, ScopeNode item ) : void
InsertRange ( int index, ScopeNode items ) : void
Remove ( ScopeNode item ) : void
ScopeNodeCollection ( ) : Microsoft.ManagementConsole.Internal
ToArray ( ) : Microsoft.ManagementConsole.ScopeNode[]
this ( int index ) : ScopeNode

Protected Methods

Method Description
OnItemsAdded ( int index, object items ) : void
OnItemsRemoved ( int index, object items ) : void

Private Methods

Method Description
ItemChanged ( object sender, NodeChangedEventArgs e ) : void
Notify ( int index, ScopeNode items, ScopeNodeCollectionChangeType action ) : void
OnValidate ( object objectToValidate, bool testForDuplicate ) : void

Method Details

Add() public method

public Add ( ScopeNode item ) : int
item ScopeNode
return int

AddRange() public method

public AddRange ( ScopeNode items ) : void
items ScopeNode
return void

Contains() public method

public Contains ( ScopeNode item ) : bool
item ScopeNode
return bool

CopyTo() public method

public CopyTo ( ScopeNode array, int index ) : void
array ScopeNode
index int
return void

IndexOf() public method

public IndexOf ( ScopeNode item ) : int
item ScopeNode
return int

Insert() public method

public Insert ( int index, ScopeNode item ) : void
index int
item ScopeNode
return void

InsertRange() public method

public InsertRange ( int index, ScopeNode items ) : void
index int
items ScopeNode
return void

OnItemsAdded() protected method

protected OnItemsAdded ( int index, object items ) : void
index int
items object
return void

OnItemsRemoved() protected method

protected OnItemsRemoved ( int index, object items ) : void
index int
items object
return void

Remove() public method

public Remove ( ScopeNode item ) : void
item ScopeNode
return void

ScopeNodeCollection() public method

public ScopeNodeCollection ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal

ToArray() public method

public ToArray ( ) : Microsoft.ManagementConsole.ScopeNode[]
return Microsoft.ManagementConsole.ScopeNode[]

this() public method

public this ( int index ) : ScopeNode
index int
return ScopeNode