Click or drag to resize
IFactorGetDependentFactors 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
FactorList GetDependentFactors(
	IUserContext userContext
)

Parameters

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

Return Value

Type: FactorList
Dependent factors.
See Also