For Babelfish Release 1.11.1.3

ESTUnitCommandPayload Class

Payload object of a command to send to an EST Unit

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.ESTUnitCommands
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ESTUnitCommandPayload
Inheritance
Object    ESTUnitCommandPayload

Constructors

Properties

Command The command to send to the EST Unit
Items 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.
MessageID Every Command has an optinoal MessageID field. While not required, by providing a unique value, any error or success message can be mapped back to this command with this message ID. Optional unique message ID

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also