For Babelfish Release 1.11.1.3

CommandAutomationRemark Class

A CommandAutomationRemark is a (SegmentGroupCommand) automation directive. It says to add or hide a Remark (e.g. DSQ) to one or more Participants in a Result List, based on their ranks.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class CommandAutomationRemark : CommandAutomation
Inheritance
Object    CommandAutomation    CommandAutomationRemark

Constructors

Properties

Action Action describes what should be done to the remark specified, on the participants specified.
Condition The Participant Remark to add to the participants on the ranks given.
Id Unique identifier of this CommandAutomationRemark. Must be unique within all CommandAutomationRemarks in a COURSE OF FIRE.
(Inherited from CommandAutomation)
ParticipantRanks ValueString object that is the items to apply an action of remark to.
Subject Concret class identifier
(Inherited from CommandAutomation)

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)
GetParticipantListToApply returns a list of [participant, remark, action] objects allows the medea RL to be updated by itself.
GetParticipantRanksAsList Converts .ParticipantRanks into a list of integers. Each one representing the rank of an athlete to apply this command automation to. E.g 1 means to apply to first place athlete. 2, means to apply to second rank athlete.
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.
(Overrides ObjectToString)

See Also