SettingRuleResolve Method |
Resolves this rule using the specified source.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool Resolve(
Object source
)
Public Function Resolve (
source As Object
) As Boolean
Parameters
- source
- Type: SystemObject
The source.
Return Value
Type:
Booleantrue if this rule resolves to true, false otherwise
See Also