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

Get a list of DbSpecialDataGroup (SDG) from DbRequest. More...

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

Public Attributes

DbRequestTerm dbRequest
 This element represents the DbRequest which SDGs shall be returnd. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get a list of DbSpecialDataGroup (SDG) from DbRequest.

The GetDbRequestDbSpecialDataGroups Activity which Returns a list of DbSpecialDataGroup (SDG) of the DbRequest. An empty list can be returned if no SDG are available.

Note
The appropriate MVCI system operation is MCDDbRequest::getDbSDGs
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbRequestDbSpecialDataGroups(DbRequestTerm dbRequest);
DbRequestTerm dbRequest
This element represents the DbRequest which SDGs shall be returnd.
Definition: DiagDataBrowsingPlus.cs:3048
Examples
// Local Declarations
DiagCom.Request Request;
DiagDataBrowsingPlus.DbRequest DbRequest;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
// Flow
Request = DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDataByIdentActuaTestStatu"));
DbRequest = DiagDataBrowsingPlus.GetRequestDbRequest(Request);
List_DbSpecialDataGroup = DiagDataBrowsingPlus.GetDbRequestDbSpecialDataGroups(DbRequest);

Member Data Documentation

◆ dbRequest

DbRequestTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbRequestDbSpecialDataGroups.dbRequest

This element represents the DbRequest which SDGs shall be returnd.