Method | Description | |
---|---|---|
EntityListView ( MainViewBase r ) : System | ||
addEntity ( uint id, String name ) : void | ||
entityListClear ( ) : void | ||
entityListViewRenameEntity ( uint entityId, String name ) : void | ||
removeEntity ( uint id ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
EntityListView_FormClosing ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
treeView_DoubleClick ( object sender, |
||
treeView_KeyDown ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EntityListView ( MainViewBase r ) : System | ||
r | MainViewBase | |
return | System |
public addEntity ( uint id, String name ) : void | ||
id | uint | |
name | String | |
return | void |
public entityListViewRenameEntity ( uint entityId, String name ) : void | ||
entityId | uint | |
name | String | |
return | void |