OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectDescriptionID Class Reference

Gets the ID for the Description of the object as a string which is made for multi language purposes More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectDescriptionID:
Inheritance graph

Public Attributes

DbObjectTerm dbObject
 Cardinality [1]
The element addresses the dbObject whose description ID shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets the ID for the Description of the object as a string which is made for multi language purposes

The GetDbObjectDescriptionID activity which returns the ID for the Description of the object as a string which is made for multi language purposes. It returns the ID for a text in a texttable, in each language texttable the ID points to the same content but different language. The return value can be empty, if the ID can not be determined.

Note: The appropriate MVCI system operation is MCDDbObject::getDescriptionID.

Syntax
StringTerm = DiagDataBrowsingPlus.GetDbObjectDescriptionID(DbObjectTerm dbObject);
Examples
// Local Declarations
String MyString;
DiagDataBrowsingPlus.DbComChannel dbObject;
// Flow
dbObject = DiagDataBrowsingPlus.GetDbComChannel("LL_AdaptCruisContrUDS", "EV_ACCBOSCHAU65X_001");
MyString = DiagDataBrowsingPlus.GetDbObjectDescriptionID(dbObject);

Member Data Documentation

◆ dbObject

DbObjectTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectDescriptionID.dbObject

Cardinality [1]
The element addresses the dbObject whose description ID shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectDescriptionID.dbObject
DbObjectTerm dbObject
Cardinality [1] The element addresses the dbObject whose description ID shall be returned.
Definition: DiagDataBrowsingPlus.cs:11505