For Babelfish Release 1.11.1.3

ScoreHistoryFormatOptions Enumeration

Time span format options when requestion Score History or Score Average.

Definition

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

Members

DAY0 Return values for each day
WEEK1 Return values for each week
MONTH2 Return values for each month
YEAR3 Return values for each quarter (three months) Currently not supported. REST API has to be updated if we wanted it.

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