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

Gets the LONG-NAME of the object as a string More...

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

Public Attributes

DbObjectTerm dbObject
 Cardinality [1]
The element addresses the dbObject whose long name 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 LONG-NAME of the object as a string

The GetDbObjectLongName activity which returns the LONG-NAME of the object as a string. If no LONG_NAME exists (e.g. in case a DbSpecialDataGroup has no caption) an empty string shall be returned.

Note: The appropriate MVCI system operation is MCDNamedObject::getLongName.

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

Member Data Documentation

◆ dbObject

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

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

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