For Babelfish Release 1.11.1.3

FiringPointStateFiringState Enumeration

FiringState is once the target is enabled, a further state is chosen. IE: FiringState.Competition || .HospitalPoint || .Practice

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Range
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum FiringState

Members

COMPETITION0 
HOSPITAL_POINT1Target is in competition mode and is a Hospital Point (without an athlete)
PRACTICE2Target is in Practice mode

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also