For Babelfish Release 1.11.1.3

SegmentGroup Class

A SegmentGroup is a series of Segments and Commands for one portion of a COURSE OF FIRE. A Segment defines the controls the athlete and target have. Commands define the Range Officer script and the controls over the targets.

Definition

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

Constructors

SegmentGroup Public constructor

Properties

Commands The list of Commands. A Command object specifies the state of the EST Targets and Monitors for the current command. It also lists the text of the range officer's commands and notes for the ROs.
Comment Internal documentation comments. All text is ignored by the system.
DefaultCommand Default values to use when fields are not included in objects in the Commands list.
DefaultSegment Default values to use when fields are not included in objects in the Segments list.
SegmentGroupName A unique short human readable name given to this SegmentGroup.
Segments The list of Segments. A Segment object controls how shots are labeled and scored during the segment of the match. It also specifies what capabilities the athlete has over the EST Target.

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.
(Overrides ObjectToString)

Fields

See Also