C# Class TraceWizard.UI.UIBuilder

显示文件 Open project: tslater2006/Trace-Wizard Class Usage Examples

Public Properties

Property Type Description
view System.Windows.Forms.ListView

Public Methods

Method Description
BuildAllSQLList ( ListView view, List sqls ) : void
BuildExecutionTree ( TraceData traceData, TreeView executionTree, TreeNode>.Dictionary SQLMapToTree, TreeNode>.Dictionary ExecCallToTree, bool showLoading = true, bool diffMode = false ) : void
BuildExecutionTree ( TreeNode root, ExecutionCall call, TreeNode>.Dictionary SQLMapToTree, TreeNode>.Dictionary ExecCallToTree, bool showLoading, bool diffMode = false ) : void
BuildFromSQLList ( ListView view, List sqls ) : void
BuildSQLTableList ( ListView view, List statements ) : void
BuildStackTraceList ( ListView view, List traces ) : void
BuildStatisticsPage ( List items, MouseEventHandler doubleClickCallback ) : TabControl
BuildWhereSQLList ( ListView view, List sqls ) : void

Method Details

BuildAllSQLList() public static method

public static BuildAllSQLList ( ListView view, List sqls ) : void
view System.Windows.Forms.ListView
sqls List
return void

BuildExecutionTree() public static method

public static BuildExecutionTree ( TraceData traceData, TreeView executionTree, TreeNode>.Dictionary SQLMapToTree, TreeNode>.Dictionary ExecCallToTree, bool showLoading = true, bool diffMode = false ) : void
traceData TraceWizard.Data.TraceData
executionTree System.Windows.Forms.TreeView
SQLMapToTree TreeNode>.Dictionary
ExecCallToTree TreeNode>.Dictionary
showLoading bool
diffMode bool
return void

BuildExecutionTree() public static method

public static BuildExecutionTree ( TreeNode root, ExecutionCall call, TreeNode>.Dictionary SQLMapToTree, TreeNode>.Dictionary ExecCallToTree, bool showLoading, bool diffMode = false ) : void
root System.Windows.Forms.TreeNode
call TraceWizard.Data.ExecutionCall
SQLMapToTree TreeNode>.Dictionary
ExecCallToTree TreeNode>.Dictionary
showLoading bool
diffMode bool
return void

BuildFromSQLList() public static method

public static BuildFromSQLList ( ListView view, List sqls ) : void
view System.Windows.Forms.ListView
sqls List
return void

BuildSQLTableList() public static method

public static BuildSQLTableList ( ListView view, List statements ) : void
view System.Windows.Forms.ListView
statements List
return void

BuildStackTraceList() public static method

public static BuildStackTraceList ( ListView view, List traces ) : void
view System.Windows.Forms.ListView
traces List
return void

BuildStatisticsPage() public static method

public static BuildStatisticsPage ( List items, MouseEventHandler doubleClickCallback ) : TabControl
items List
doubleClickCallback MouseEventHandler
return System.Windows.Forms.TabControl

BuildWhereSQLList() public static method

public static BuildWhereSQLList ( ListView view, List sqls ) : void
view System.Windows.Forms.ListView
sqls List
return void

Property Details

view public_oe static_oe property

public static ListView,System.Windows.Forms view
return System.Windows.Forms.ListView