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

Gets the SHORT-NAME of the object More...

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

Public Attributes

DbObjectTerm dbObject
 Cardinality [1]
The element addresses the dbObject whose short 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 SHORT-NAME of the object

The GetDbObjectShortName activity which returns the SHORT-NAME of the object. If no SHORT-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::getShortName.

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

Member Data Documentation

◆ dbObject

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

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

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