Click or drag to resize
FactorManagerSingleThreadCacheGetFactorTree Method
Get a factor tree node by the specified factor id.

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

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
factorId
Type: SystemInt32
The specified factor id.

Return Value

Type: IFactorTreeNode
A factor tree node related to the specified factor id.

Implements

IFactorManagerGetFactorTree(IUserContext, Int32)
See Also