Totalobjectsvalidated – Echelon OpenLNS User Manual
Page 243
OpenLNS Programmer's Reference
206
Syntax
repairedCount = validationReport.
Element
Description
repairedCount
The number of errors discovered
during the database validation that
were repaired.
validationReport
object to be acted upon.
Data Type
Long
.
Read/Write
Read only.
Added to API
LNS Release 3.20.
TotalObjectsValidated
Summary
Contains the number of objects that were validated during the
database validation. An object is validated if it can be accessed
through its parent object in the database.
Unvalidated objects are those that cannot be accessed through
their parent object in the database. These are considered to be
DatabaseValidationErrorSummary
will be included for the orphan objects discovered in the
database.
Availability
Local clients.
Syntax
validatedCount = validationReport.
Element
Description
validatedCount
The number of objects that were
validated during the database
validation.
validationReport
object to be acted upon.
Data Type
Integer
.
Read/Write
Read only.
Added to API
LNS Release 3.20.