Click or drag to resize

FrameworkValidatorBase.ReportNonSystemSequenceUsageAsCorrectableMessage Method

Reports every usage of a non-system sequence as a correctable message.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual bool ReportNonSystemSequenceUsageAsCorrectableMessage(
	Project toValidate,
	string driverID
)

Parameters

toValidate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
To validate.
driverID
Type: System.String
The driver ID.

Return Value

Type: Boolean
See Also