Difference between revisions of "Extensions.DiagDataBrowsingPlus.DbObject"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Data Type '''DbObject'''}}Category:DataTypeCategory:DiagDataBrowsingPlus == Classification == {{ClassificationDataType | DbObject | UPDATING... | Core...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Data Type '''DbObject'''}}[[Category:DataType]][[Category:DiagDataBrowsingPlus]]
 
{{DISPLAYTITLE:Data Type '''DbObject'''}}[[Category:DataType]][[Category:DiagDataBrowsingPlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationDataType | DbObject | UPDATING... | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | - }}
+
{{ClassificationDataType | DbObject | Represents the MCDDbObject object of a MVCI system| [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.ComplexType|ComplexType]]| - }}
  
 
== Description ==
 
== Description ==
UPDATING...<!--
+
'''DbObject''' is the common interface for all data base objects. It defines the basic functionality available for all data base objects.
A '''BlackBox''' is a boxing type. It serves as a transport or base data type which can help the OTX unknown types pass through the code layers.
 
  
{{ConversionTable |
+
== Core Conversion ==
Boolean=Returns the Boolean counterpart of the argument term | BooleanSample=<tt>Boolean b = ToBoolean(blackBoxVariable); // Returns true/false/TypeMismatchException</tt> |
+
See
Integer=Returns the Integer counterpart of the argument term | IntegerSample=<tt>Integer i = ToInteger(blackBoxVariable); // Returns integer value/TypeMismatchException</tt> |
+
[[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]],
Float=Returns the Float counterpart of the argument term | FloatSample=<tt>Float f = ToFloat(blackBoxVariable); // Returns float value/TypeMismatchException</tt> |
+
[[Extensions.DiagDataBrowsingPlus.DbDiagService|DbDiagService]],
String=Returns the String counterpart of the argument term | StringSample=<tt>String s = ToString(blackBoxVariable); // Returns string value/TypeMismatchException</tt> |
+
[[Extensions.DiagDataBrowsingPlus.DbDiagTroubleCode|DbDiagTroubleCode]],
ByteField=Returns the ByteField counterpart of the argument term | ByteFieldSample=<tt>ByteField bf = ToString(blackBoxVariable); // Returns byteField value/TypeMismatchException</tt>
+
[[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