Click or drag to resize

SettingRule.Resolve Method

Resolves this rule using the specified source.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public bool Resolve(
	Object source
)

Parameters

source
Type: System.Object
The source.

Return Value

Type: Boolean
true if this rule resolves to true, false otherwise
See Also