FrameworkValidatorBase.ReportValueTypeUsageAsCorrectableMessage Method |
Reports each usage of a valuetype as a correctable message (either an error or a warning.)
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual bool ReportValueTypeUsageAsCorrectableMessage(
Project toValidate,
bool error
)
Protected Overridable Function ReportValueTypeUsageAsCorrectableMessage (
toValidate As Project,
error As Boolean
) As Boolean
Parameters
- toValidate
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
To validate. - error
- Type: System.Boolean
if set to true a valuetype usage is reported as an error message, otherwise as a warning
Return Value
Type:
Booleantrue if no errors were enountered, false otherwise
See Also