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.2.0.0 (5.2.17.0403)
Syntax public bool Evaluate(
Project currentProject
)
Public Function Evaluate (
currentProject As Project
) As Boolean
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