C# Class Microsoft.ManagementConsole.ResultNodeCollection

Inheritance: BaseCollection
Datei anzeigen Open project: SiteView/ECC8.13

Public Methods

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

Protected Methods

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

Private Methods

Method Description
GetNode ( int id ) : ResultNode
ItemChanged ( object sender, NodeChangedEventArgs e ) : void
Notify ( int index, ResultNode items, ResultNodeCollectionChangeType action ) : void
Replace ( ResultNode nodes ) : void
ResultNodeCollection ( MmcListView listView ) : Microsoft.ManagementConsole.Internal

Method Details

Add() public method

public Add ( ResultNode item ) : void
item ResultNode
return void

AddRange() public method

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

Contains() public method

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

CopyTo() public method

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

IndexOf() public method

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

Insert() public method

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

InsertRange() public method

public InsertRange ( int index, ResultNode items ) : void
index int
items ResultNode
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 ( ResultNode item ) : void
item ResultNode
return void

ToArray() public method

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

this() public method

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