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
 Cardinality [1]
The element addresses the DbDiagService whose audience states 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

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);
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

Cardinality [1]
The element addresses the DbDiagService whose audience states shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceAudienceStates.dbDiagService
DbDiagServiceTerm dbDiagService
Cardinality [1] The element addresses the DbDiagService whose audience states shall be returned.
Definition: DiagDataBrowsingPlus.cs:1980