C# Class TraceWizard.UI.UIBuilder

Afficher le fichier Open project: tslater2006/Trace-Wizard Class Usage Examples

Méthodes publiques

Свойство Type Description
view System.Windows.Forms.ListView

Méthodes publiques

Méthode 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 méthode

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

BuildExecutionTree() public static méthode

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
Résultat void

BuildExecutionTree() public static méthode

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
Résultat void

BuildFromSQLList() public static méthode

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

BuildSQLTableList() public static méthode

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

BuildStackTraceList() public static méthode

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

BuildStatisticsPage() public static méthode

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

BuildWhereSQLList() public static méthode

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

Property Details

view public_oe static_oe property

public static ListView,System.Windows.Forms view
Résultat System.Windows.Forms.ListView