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

Gets the ID for the LongName of the text table element More...

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

Public Attributes

TextTableElementTerm TextTableElement
 Cardinality [1]
The element addresses the TextTableElement (MCDTextTableElement) which long name ID 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 ID for the LongName of the text table element

The GetTextTableElementLongNameID activity which returns the ID for the LongName of the text table element.

Note: The appropriate MVCI system operation is MCDTextTableElement::getLongNameID.

Syntax
StringTerm = DiagDataBrowsingPlus.GetTextTableElementLongNameID(TextTableElementTerm textTableElement);
Examples
// Local Declarations
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
List<DiagDataBrowsingPlus.TextTableElement> List_TextTableElement;
String MyString;
// Flow
Parameter = DiagCom.GetParameterByPath(DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDataByIdentECUIdent")), {"Param_RecorDataIdent"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
List_TextTableElement = DiagDataBrowsingPlus.GetDbParameterTextTableElements(DbParameter);
MyString = DiagDataBrowsingPlus.GetTextTableElementLongNameID(List_TextTableElement[0]);

Member Data Documentation

◆ TextTableElement

TextTableElementTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetTextTableElementLongNameID.TextTableElement

Cardinality [1]
The element addresses the TextTableElement (MCDTextTableElement) which long name ID shall be returned.