For Babelfish Release 1.11.1.3

SegmentGroupCommandShotAttributes Property

A list of ShotAttributes that should decorate a Shot if fired during this SegmentGroupCommand.
  • FIRED BEFORE COMMAND START
  • FIRED AFTER COMMAND STOP
  • CONSTANT (see below for meaning)

If an item is prepended with "!" (example "!FIRED BEFORE COMMAND START") then it is removed from the inherited list.

If CONSTANT is included, then all inherited values are ignored.

Does follow the list inheritance rules.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<string> ShotAttributes { get; set; }

Property Value

ListString

See Also