Owner manual
OpenLNS Programmer's Reference 224
Syntax
retrievedObject = collObject._NewEnum
Element
Description
retrievedObject
An expression that evaluates to the
object retrieved.
collObject
An iterator object that can be used to
access members of the collection.
Data Type
Object.
Read/Write
Read only.
Added to API
OpenLNS.
DatabaseValidationErrorSummary
The DatabaseValidationErrorSummary object contains information describing a certain type
of error that was encountered during the database validation. This includes the number of
times the error type was encountered in the database, whether OpenLNS can repair errors of
that type, and whether OpenLNS attempted to repair any errors of that type.
If the ObjectDetailsAvailable property is set to True, you can use the GetInstance method to
access specific details about each instance of the error type summarized by this object
The following table summarizes the DatabaseValidationErrorSummary object.
Description
A single point of data in a LONWORKS network.
Added to API
LNS Release 3.20.
Accessed Through
DatabaseValidationErrorSummaries object.
Default Property
None.
Methods
• GetInstance
Properties
• ClassId
• ErrorType
• NumberOfInstances
• ObjectDetailsAvailable
• Parent
• Repairable
• RepairAttempted
Methods
The DatabaseValidationErrorSummary object contains the following methods:
• GetInstance
GetInstance
Summary
Retrieves specific information about each instance of an error
type.
For some types of errors, you will not be able to access specific
information about each instance of the error type. You can check
if specific information about each instance is by reading the