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

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

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

Public Attributes

DbObjectTerm dbObject
 Cardinality [1]
The element addresses the dbObject whose long name 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 LongName of the object as a string which is made for multi language purposes

The GetDbObjectLongNameID activity which returns the ID for the LongName 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::getLongNameID.

Syntax
StringTerm = DiagDataBrowsingPlus.GetDbObjectLongNameID(DbObjectTerm dbObject);
Examples
// Local Declarations
String MyString;
DiagDataBrowsingPlus.DbComChannel dbObject;
// Flow
dbObject = DiagDataBrowsingPlus.GetDbComChannel("LL_GatewUDS", "EV_GatewLear_006");
MyString = DiagDataBrowsingPlus.GetDbObjectLongNameID(dbObject);

Member Data Documentation

◆ dbObject

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

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

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectLongNameID.dbObject
DbObjectTerm dbObject
Cardinality [1] The element addresses the dbObject whose long name ID shall be returned.
Definition: DiagDataBrowsingPlus.cs:11383