C# Class AspNetEdit.Gui.Toolbox.CategoryToolboxNode

Inheritance: BaseToolboxNode
Exibir arquivo Open project: mono/aspeditor Class Usage Examples

Public Methods

Method Description
Add ( ItemToolboxNode child ) : void
CategoryToolboxNode ( string name ) : System
Clear ( ) : void
Filter ( string keyword ) : bool
IndexOf ( object o ) : int
Remove ( ItemToolboxNode child ) : void
this ( int i ) : ITreeNode

Method Details

Add() public method

public Add ( ItemToolboxNode child ) : void
child ItemToolboxNode
return void

CategoryToolboxNode() public method

public CategoryToolboxNode ( string name ) : System
name string
return System

Clear() public method

public Clear ( ) : void
return void

Filter() public method

public Filter ( string keyword ) : bool
keyword string
return bool

IndexOf() public method

public IndexOf ( object o ) : int
o object
return int

Remove() public method

public Remove ( ItemToolboxNode child ) : void
child ItemToolboxNode
return void

this() public method

public this ( int i ) : ITreeNode
i int
return ITreeNode