Click or drag to resize
FactorManagerGetFactorTree Method (IUserContext, FactorId)
Get specified factor tree node.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual IFactorTreeNode GetFactorTree(
	IUserContext userContext,
	FactorId factorId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factorId
Type: ArtDatabanken.DataFactorId
Factor id.

Return Value

Type: IFactorTreeNode
All factor trees.

Implements

IFactorManagerGetFactorTree(IUserContext, FactorId)
See Also