Click or drag to resize
ApplicationUtilsDetermineRealValue Method
Determines the real value to use. If the project properties value is different than Default, that value is used otherwise, the preferences value.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static bool DetermineRealValue(
	bool preferencesValue,
	TriStateBool projectPropertiesValue
)

Parameters

preferencesValue
Type: SystemBoolean
if set to true [preferences value].
projectPropertiesValue
Type: SD.LLBLGen.Pro.ApplicationCoreTriStateBool
The project properties value.

Return Value

Type: Boolean
the real value to use from the two available values.
See Also