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

Gets the unique object ID of the object as a string More...

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

Public Attributes

DbObjectTerm dbObject
 Cardinality [1]
The element addresses the dbObject whose unique object identifier 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 unique object ID of the object as a string

The GetDbObjectUniqueObjectIdentifier activity which returns the unique object ID of the object as a string. If no ID exists (e.g. in case a DbSpecialDataGroup has no caption) an empty string shall be returned.

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

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

Member Data Documentation

◆ dbObject

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

Cardinality [1]
The element addresses the dbObject whose unique object identifier shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectUniqueObjectIdentifier.dbObject
DbObjectTerm dbObject
Cardinality [1] The element addresses the dbObject whose unique object identifier shall be returned.
Definition: DiagDataBrowsingPlus.cs:11200