C# Class Bosphorus.Dao.Client.ClientForm

Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
ClientForm ( IList executionItemListList ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildTreeNode ( IExecutionItem executionItem ) : TreeNode
BuildTreeNode ( IExecutionItemList executionItemList ) : TreeNode
DgResultOnCellFormatting ( object sender, DataGridViewCellFormattingEventArgs dataGridViewCellFormattingEventArgs ) : void
FireQueryModel ( IExecutionItem executionItem ) : void
InitializeComponent ( ) : void

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

tvExecutionList_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

ClientForm() public method

public ClientForm ( IList executionItemListList ) : System
executionItemListList IList
return System

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