public class CommandAutomationRemark : CommandAutomation| 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves 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. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |