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

Gets the MCDObjectType of the related MCDObject as string More...

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

Public Attributes

DbObjectTerm dbObject
 Cardinality [1]
The element addresses the dbObject whose type 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 MCDObjectType of the related MCDObject as string

The GetDbObjectTypeAsString activity which returns the MCDObjectType of the related MCDObject as string, e.g. "eMCDDBTABLE".

Note: The appropriate MVCI system operation is MCDObject::getObjectType.

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

Member Data Documentation

◆ dbObject

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

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

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbObjectTypeAsString.dbObject
DbObjectTerm dbObject
Cardinality [1] The element addresses the dbObject whose type shall be returned.
Definition: DiagDataBrowsingPlus.cs:11261