Difference between revisions of "Extensions.DiagDataBrowsingPlus.DbObject"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Data Type '''DbObject'''}}[[Category:DataType]][[Category:DiagDataBrowsingPlus]]
 
{{DISPLAYTITLE:Data Type '''DbObject'''}}[[Category:DataType]][[Category:DiagDataBrowsingPlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationDataType | DbObject | Represents the MCDDbObject object of a MVCI system| - | [[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 ==

Revision as of 08:20, 7 September 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

The following table shows the rules for conversion to another data type:

Conversion Result Sample
ToBoolean Undefined (should not be used)
ToInteger Undefined (should not be used)
ToFloat Undefined (should not be used)
ToString Returns the the ShortName of the related MCDDbObject. String s = ToString(DbObjectVariable); // Returns the MCDDbObject name
ToByteField Undefined (should not be used)