For Babelfish Release 1.11.1.3

EventtType Enumeration

The types of Events that exist. This is not meant to be an exhaustive list, but rather a well known list. NOTE EventtType is purposefully misspelled.

Definition

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

Members

NONE0 
EVENT1 
STAGE2 
SERIES3 
STRING4 
ROUND5 
SINGULAR6 

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