Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
ESTUnit
Command
Payload
Items Property
The parameters to send with the command. NOTE, not all commands have parameters. The key is the ItemID. Which is controlled by the sender. If not is specified by the caller a value of "_" is used.
Definition
Namespace:
Scopos.BabelFish.DataModel.Athena.ESTUnitCommands
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
Dictionary
<
string
,
CommandParameters
>
Items
{
get
;
set
; }
Property Value
Dictionary
String
,
CommandParameters
See Also
Reference
ESTUnitCommandPayload Class
Scopos.BabelFish.DataModel.Athena.ESTUnitCommands Namespace
In This Article
Definition
See Also