Difference between revisions of "Extensions.DiagDataBrowsingPlus.DbObject"

From emotive
Jump to navigation Jump to search
 
Line 6: Line 6:
 
'''DbObject''' is the common interface for all data base objects. It defines the basic functionality available for all data base objects.
 
'''DbObject''' is the common interface for all data base objects. It defines the basic functionality available for all data base objects.
  
{{ConversionTable |
+
== Core Conversion ==
String=Returns the the ShortName of the related MCDDbObject. | StringSample=<tt>String s = ToString(DbObjectVariable); // Returns the MCDDbObject name
+
See
}}
+
[[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]],
 +
[[Extensions.DiagDataBrowsingPlus.DbDiagService|DbDiagService]],
 +
[[Extensions.DiagDataBrowsingPlus.DbDiagTroubleCode|DbDiagTroubleCode]],
 +
[[Extensions.DiagDataBrowsingPlus.DbEnvDataDesc|DbEnvDataDesc]],
 +
[[Extensions.DiagDataBrowsingPlus.DbFaultMemory|DbFaultMemory]],
 +
[[Extensions.DiagDataBrowsingPlus.DbParameter|DbParameter]],
 +
[[Extensions.DiagDataBrowsingPlus.DbRequest|DbRequest]],
 +
[[Extensions.DiagDataBrowsingPlus.DbResponse|DbResponse]],
 +
[[Extensions.DiagDataBrowsingPlus.DbSpecialDataGroup|DbSpecialDataGroup]],
 +
[[Extensions.DiagDataBrowsingPlus.DbSubComponent|DbSubComponent]],
 +
[[Extensions.DiagDataBrowsingPlus.DbTable|DbTable]]

Latest revision as of 09:03, 22 October 2018

Classification

Name DbObject
Short Description Represents the MCDDbObject object of a MVCI system
Class Complex Data Type
Base Data Type ComplexType
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-3
Standard Compliant Yes

Description

DbObject is the common interface for all data base objects. It defines the basic functionality available for all data base objects.

Core Conversion

See DbComChannel, DbDiagService, DbDiagTroubleCode, DbEnvDataDesc, DbFaultMemory, DbParameter, DbRequest, DbResponse, DbSpecialDataGroup, DbSubComponent, DbTable