Click or drag to resize
Tree Constructor (String, String, String, String, String)
Initializes a new instance of the Tree class

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Tree(
	string table,
	string treeField,
	string keyField,
	string parentKeyField,
	string orderField
)

Parameters

table
Type: SystemString

[Missing <param name="table"/> documentation for "M:Activsoft.Dashboard.Tree.#ctor(System.String,System.String,System.String,System.String,System.String)"]

treeField
Type: SystemString

[Missing <param name="treeField"/> documentation for "M:Activsoft.Dashboard.Tree.#ctor(System.String,System.String,System.String,System.String,System.String)"]

keyField
Type: SystemString

[Missing <param name="keyField"/> documentation for "M:Activsoft.Dashboard.Tree.#ctor(System.String,System.String,System.String,System.String,System.String)"]

parentKeyField
Type: SystemString

[Missing <param name="parentKeyField"/> documentation for "M:Activsoft.Dashboard.Tree.#ctor(System.String,System.String,System.String,System.String,System.String)"]

orderField
Type: SystemString

[Missing <param name="orderField"/> documentation for "M:Activsoft.Dashboard.Tree.#ctor(System.String,System.String,System.String,System.String,System.String)"]

See Also