C# Class gmap.demo.winform.PublicResultForm

Mostra file Open project: SuperMap/iClient-DotNet-Example Class Usage Examples

Public Methods

Method Description
PublicResultForm ( QueryResult resultSet, MainForm owner ) : System
ShowResultSet ( QueryResult resultsetValue ) : void

显示结果信息

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DataFrame_MouseClick ( object sender, MouseEventArgs e ) : void

DataFrame上鼠标点击操作

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PublicResultForm_Load ( object sender, EventArgs e ) : void
ShowNodeMessage ( int index ) : void

显示子信息

ShowSelectedRecord ( string layerName, int index ) : void

显示所选记录

TreeFrame_KeyUp ( object sender, KeyEventArgs e ) : void
TreeFrame_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PublicResultForm() public method

public PublicResultForm ( QueryResult resultSet, MainForm owner ) : System
resultSet QueryResult
owner MainForm
return System

ShowResultSet() public method

显示结果信息
public ShowResultSet ( QueryResult resultsetValue ) : void
resultsetValue QueryResult 数据信息
return void