| 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.1.0.0 (5.1.0)
Syntaxprotected virtual bool ReportNonSystemSequenceUsageAsCorrectableMessage(
	Project toValidate,
	string driverID
)
Protected Overridable Function ReportNonSystemSequenceUsageAsCorrectableMessage ( 
	toValidate As Project,
	driverID As String
) As Boolean
Parameters
- toValidate
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate. - driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
Boolean
See Also