Properties, Classid – Echelon OpenLNS User Manual

Page 240

Advertising
background image

OpenLNS Programmer's Reference

203

filename to where the file is to be

exported. This must be a valid system

path

overwriteExisting

This element is implemented if you

specify a path and filename that

already exists when you call this

method.
It has a Boolean value indicating

whether the exported report should

overwrite any existing files.

TRUE.

The existing file is

overwritten.

FALSE.

The existing file is not

overwritten, and an exception

is thrown.

Added to API

LNS Release 3.20.

Properties

The DatabaseValidationReport

object contains the following properties

:

ClassId

ErrorSummaries

Parent

PassedValidation

RepairedErrors

TotalObjectsValidated

UnrepairedErrors

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

Element

Description

classIdValue

The object class of the object. The

following value is defined for the

DatabaseValidationReport

object in the

ConstClassIds

constant:

89

lcaClassIdDatabaseValidationReport

object

The object to be acted on.

Advertising