ToiDiagnosticsDataModelObjectInfo Interface Reference


Description

This is the documentation for ToiDiagnosticsDataModelObjectInfo.
Structure to represent an object in the Data Model. Each object has an object id and a sequence of parameters. Use toi.statics.ToiDiagnosticsDataModelObjectInfo.create(<objectId>, <parameters>, <children>) to create an instance of ToiDiagnosticsDataModelObjectInfo.

import "ToiDiagnosticsDataModelObjectInfo.idl";

List of all members.

Public Attributes

attribute
ToiDiagnosticsDataModel::TToiObjectIdentifier 
objectId
attribute
ToiDiagnosticsDataModel::TToiObjectParameterSequence 
parameters
attribute
ToiDiagnosticsDataModel::TToiObjectIdentifierSequence 
children

Member Data Documentation