C# Класс SphereStudio.Plugins.Components.EntityControl

Показать файл Открыть проект

Открытые методы

Метод Описание
EntityControl ( ) : System

This control allows you to peer at the list of entities on a map.

UpdateList ( List entities, List layers ) : void

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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EntityControl() публичный Метод

This control allows you to peer at the list of entities on a map.
public EntityControl ( ) : System
Результат System

UpdateList() публичный Метод

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.
public UpdateList ( List entities, List layers ) : void
entities List The entity list from the map you want to view.
layers List
Результат void