Difference between revisions of "Extensions.DiagDataBrowsingPlus.DbObject"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Data Type '''DbObject'''}}Category:DataTypeCategory:DiagDataBrowsingPlus == Classification == {{ClassificationDataType | DbObject | UPDATING... | Core...") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Data Type '''DbObject'''}}[[Category:DataType]][[Category:DiagDataBrowsingPlus]] | {{DISPLAYTITLE:Data Type '''DbObject'''}}[[Category:DataType]][[Category:DiagDataBrowsingPlus]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationDataType | DbObject | | + | {{ClassificationDataType | DbObject | Represents the MCDDbObject object of a MVCI system| - | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | - }} |
== Description == | == Description == | ||
− | + | '''DbObject''' is the common interface for all data base objects. It defines the basic functionality available for all data base objects. | |
− | |||
{{ConversionTable | | {{ConversionTable | | ||
− | + | String=Returns the the ShortName of the related MCDDbObject. | StringSample=<tt>String s = ToString(DbObjectVariable); // Returns the MCDDbObject name | |
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− |
Revision as of 03:11, 6 September 2018
Classification
Name | DbObject |
Short Description | Represents the MCDDbObject object of a MVCI system |
Class | - |
Base Data Type | Complex Data Type |
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) |