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

Returns a list of strings of all audience attribute names More...

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

Public Attributes

DbDiagServiceTerm dbDiagService
 The element addresses the DbDiagService whose audience states shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Returns a list of strings of all audience attribute names

The GetDbDiagServiceAudienceStates Activity which returns a list of strings of all audience attribute names, whose are set to true for this DiagService in ODX. Valid names are "isAfterMarket", "isAfterSales", "isDevelopment", "isManufacturing", "isSupplier".

Note
The appropriate MVCI system operation is MCDDbDataPrimitive::getAudienceState
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbDiagServiceAudienceStates(DbDiagServiceTerm dbDiagService);
DbDiagServiceTerm dbDiagService
The element addresses the DbDiagService whose audience states shall be returned.
Definition: DiagDataBrowsingPlus.cs:1944
Examples
// Local Declarations
DiagCom.ComChannel ComChannel;
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
List<String> List_String;
// Flow
ComChannel = DiagCom.GetComChannel("LL_GatewUDS", NULL, false);
DiagService = DiagCom.CreateDiagServiceByName(ComChannel, "DiagnServi_ReadDataByIdentActuaTestStatu");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
List_String = DiagDataBrowsingPlus.GetDbDiagServiceAudienceStates(DbDiagService);

Member Data Documentation

◆ dbDiagService

DbDiagServiceTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceAudienceStates.dbDiagService

The element addresses the DbDiagService whose audience states shall be returned.