Click or drag to resize
FrameworkValidatorBaseReportNonSystemSequenceUsageAsCorrectableMessage 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.0.0.0 (5.0.0)
Syntax
protected virtual bool ReportNonSystemSequenceUsageAsCorrectableMessage(
	Project toValidate,
	string driverID
)

Parameters

toValidate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate.
driverID
Type: SystemString
The driver ID.

Return Value

Type: Boolean
See Also