Click or drag to resize
PerformRuleEvaluate Method (Project)
Evaluates this rule on the specified project. If the rule is disabled, it's automatically accepted. If the rule evaluates to false, the rule is denied and the associated taskgroupelement won't be performed.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public bool Evaluate(
	Project currentProject
)

Parameters

currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.

Return Value

Type: Boolean
true if the rule was accepted, false if the rule was denied.
See Also