Method | Description | |
---|---|---|
EntityControl ( ) : System |
This control allows you to peer at the list of entities on a map.
|
|
UpdateList ( List |
Updates this entity view with appropriate data. WinForms API lacks the ability to dynamically bind to a data set so this will have to do.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
EntityListView_ItemActivate ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public UpdateList ( List |
||
entities | List |
The entity list from the map you want to view. |
layers | List |
|
return | void |