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.2.0.0 (5.2.17.0403)
Syntax protected 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:
BooleanSee Also