C# Class Microsoft.ManagementConsole.ActionsPaneItemCollection

Inheritance: BaseCollection
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
CheckForCircularReference bool
GetItemById ActionsPaneItem
ItemChanged void
Notify void
OnValidate void
SyncData void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
CheckForCircularReference ( ActionGroup group ) : bool
GetItemById ( int itemId ) : ActionsPaneItem
ItemChanged ( object sender, EventArgs e ) : void
Notify ( int index, ActionsPaneItem items, ActionsPaneItemCollectionChangeType action ) : void
OnValidate ( object objectToValidate, bool testForDuplicate ) : void
SyncData ( ) : void

Method Details

ActionsPaneItemCollection() public method

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

Add() public method

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

AddRange() public method

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

Contains() public method

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

CopyTo() public method

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

IndexOf() public method

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

Insert() public method

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

InsertRange() public method

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

ToArray() public method

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

this() public method

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