For Babelfish Release 1.11.1.3

EventCalculation Enumeration

Indicates how the Score of an Event Composite is calculated.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum EventCalculation

Members

SUM0 Calculate the score of the Event by summing the score of its children
AVERAGE1 Calculate the score of the Event by taking the average of its children
AVG_TEN2 Deprecated, and kept only for backwards capatibility. Future iterations should specigy the 10 in the CalculationMeta field
Obsolete
ACCUMULATIVE_FINALS3 Deprecated, and kept only for backwards capatibility. Future iterations should specigy the i, d in the CalculationMeta field
Obsolete
ACCUMULATIVE_FINALS_24 Deprecated, and kept only for backwards capatibility. Future iterations should specigy the i, d in the CalculationMeta field
Obsolete
NONE5 Reserved for Singularities that don't have children.

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