Properties, Classid – Echelon OpenLNS User Manual
Page 262
OpenLNS Programmer's Reference
225
ObjectDetailsAvailable property.
If you specify an invalid number as the index element when
invoking this method, the LCA, #15
lcaErrInvalidCollectionIndex exception will be thrown.
Availability
Local clients.
Syntax
errorInstance = validationSummary.
GetInstance
index
Element
Description
errorInstance
The DatabaseValidationErrorInstance
object returned by the method. This
object will contain detailed information
about an error discovered during the
validation.
validationSummary The
DatabaseValidationErrorSummary
object being acted upon.
index
The index value assigned to the error
to be accessed.
Each error is assigned an index value
in the range of 1 to x, where x
represents the value assigned to the
NumberOfInstances property of the
DatabaseValidationErrorSummary
object.
Added to API
LNS Release 3.20.
Properties
The DatabaseValidationErrorSummary
object contains the following properties
:
•
•
•
•
•
•
•
ClassId
Summary
Identifies the object class of this object.
This property allows the object type to be determined when it
is unknown (for example, when the object was accessed using
the Parent property of another object).
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.
Syntax
classIdValue = object.ClassId