Click or drag to resize
TreePrepareCreateBrotherStart Method (Config, String, String, Int32, String)

[Missing <summary> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,System.String@,System.Int32@,System.String@)"]

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void PrepareCreateBrotherStart(
	Config monConfig,
	string brotherKey,
	out string treeValue,
	out int orderValue,
	out string parentKey
)

Parameters

monConfig
Type: Activsoft.EngineConfig

[Missing <param name="monConfig"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,System.String@,System.Int32@,System.String@)"]

brotherKey
Type: SystemString

[Missing <param name="brotherKey"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,System.String@,System.Int32@,System.String@)"]

treeValue
Type: SystemString

[Missing <param name="treeValue"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,System.String@,System.Int32@,System.String@)"]

orderValue
Type: SystemInt32

[Missing <param name="orderValue"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,System.String@,System.Int32@,System.String@)"]

parentKey
Type: SystemString

[Missing <param name="parentKey"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,System.String@,System.Int32@,System.String@)"]

See Also