C# 클래스 SphereStudio.Plugins.Components.EntityControl

파일 보기 프로젝트 열기: Radnen/spherestudio

공개 메소드들

메소드 설명
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