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";
Public Attributes | |
attribute ToiDiagnosticsDataModel::TToiObjectIdentifier | objectId |
attribute ToiDiagnosticsDataModel::TToiObjectParameterSequence | parameters |
attribute ToiDiagnosticsDataModel::TToiObjectIdentifierSequence | children |
attribute ToiDiagnosticsDataModel::TToiObjectIdentifierSequence ToiDiagnosticsDataModelObjectInfo::children |
Identifiers of all the children.
Id of the info object.
attribute ToiDiagnosticsDataModel::TToiObjectParameterSequence ToiDiagnosticsDataModelObjectInfo::parameters |
Parameters for this info object.