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

Gets the display level of the parameter. More...

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

Public Attributes

DbParameterTerm dbParameter
 Cardinality [1]
The parameter to return the display level. 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 display level of the parameter.

The GetDbParameterDisplayLevel term returns the display level of the parameter.

Note: The appropriate MVCI system operation is MCDDbParameter::getDisplayLevel.

Syntax
IntegerTerm = DiagDataBrowsingPlus.GetDbParameterDisplayLevel(DbParameterTerm dbParameter);
Examples
// Local Declarations
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
Integer MyInteger;
// Flow
Parameter = DiagCom.GetParameterByPath(DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "EV_GatewLear_006", false), "DiagnServi_ReadDataByIdentActuaTestStatu")), {"Param_RequeServiId"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
MyInteger = DiagDataBrowsingPlus.GetDbParameterDisplayLevel(DbParameter);

Member Data Documentation

◆ dbParameter

DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterDisplayLevel.dbParameter

Cardinality [1]
The parameter to return the display level.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterDisplayLevel.dbParameter
DbParameterTerm dbParameter
Cardinality [1] The parameter to return the display level.
Definition: DiagDataBrowsingPlus.cs:7457