OTX Reference  
OpenTestSystem.Otx.Core.Actions.MapPutItems Class Reference

Sets elements in a map More...

Inheritance diagram for OpenTestSystem.Otx.Core.Actions.MapPutItems:
Inheritance graph

Public Attributes

MapItem[] item
 Describes one or more elements for the List operation. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.MapModifier
MapVariable map
 Reference to a map. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Sets elements in a map

The MapPutItems-activity adds one or more elements in a Map. If there is already an element, it is overwritten.

Checker rules
CheckerRule.Core_Chk038 - type-safe MapPutItems

Syntax
MapPutItems(MapVariable, {Key1:Value1, Key2:Value2, ...});
Examples
// Local Declarations
Map<Integer,Integer> Map1;
// Flow
MapPutItems(Map1, {1:2, 2:3});

Member Data Documentation

◆ item

MapItem [] OpenTestSystem.Otx.Core.Actions.MapPutItems.item

Describes one or more elements for the List operation.