Click or drag to resize
FactorGetDependentFactors Method
Get all factors that have an impact on this factors value. Only factors that are automatically calculated has dependent factors.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public FactorList GetDependentFactors(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.

Return Value

Type: FactorList
Dependent factors.

Implements

IFactorGetDependentFactors(IUserContext)
See Also