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

Gets the Description of the object More...

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

Public Attributes

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

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

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

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

Member Data Documentation

◆ dbObject

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

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

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