Repairable – Echelon OpenLNS User Manual

Page 268

Advertising
background image

OpenLNS Programmer's Reference

231

Data Type

Object.

Read/Write

Read only.

Added to API

Depends on the object used to access the property. Generally,

this property exists for an object as soon as the object is

added to the API.

Repairable

Summary

Indicates whether OpenLNS can repair errors of this type as

part of the database validation procedure.

Availability

Local clients.

Syntax

isRepairable = validationObject.

Repairable

Element

Description

validationObject

The

DatabaseValidationErrorSummary

object being acted upon.

isRepairable

A Boolean value indicating whether

OpenLNS can repair errors of this

type.

TRUE. OpenLNS can

automatically repair this

type of error (or this specific

instance of an error type) as

part of the database

validation procedure.
To have LNS repair the

error, call the

Validate

method to initiate the

database validation and set

the validationFlags

element to

lcaDbValidateAndRepai

r (1).
This will occur if no errors

were discovered during the

network validation, or if all

the errors discovered

during the validation were

repaired

.

FALSE. OpenLNS can not

automatically repair this

type of error.

Data Type

Boolean

.

Read/Write

Read only.

Added to API

LNS Release 3.20.

Advertising