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

Gets the data type of the parameter. More...

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

Public Attributes

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

The GetDbParameterDataType term returns the data type of the parameter.

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

Syntax
McdDataTypeTerm = DiagDataBrowsingPlus.GetDbParameterDataType(DbParameterTerm dbParameter);
Examples
// Local Declarations
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
DiagDataBrowsingPlus.McdDataType McdDataType = @McdDataType:ASCIISTRING;
// Flow
Parameter = DiagCom.GetParameterByPath(DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "EV_GatewLear_006", false), "DiagnServi_ReadDataByIdentActuaTestStatu")), {"Param_RequeServiId"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
McdDataType = DiagDataBrowsingPlus.GetDbParameterDataType(DbParameter);

Member Data Documentation

◆ dbParameter

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

Cardinality [1]
The parameter to return the data type.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterDataType.dbParameter
DbParameterTerm dbParameter
Cardinality [1] The parameter to return the data type.
Definition: DiagDataBrowsingPlus.cs:8705
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.DataTypes.McdDataTypes.ASCIISTRING
@ ASCIISTRING
Data type is MCDDataType::eA_ASCIISTRING (simple data type).