Click or drag to resize

FormatType Class

Format type
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Sportradar.SDK.FeedProviders.LiveScoutFormatType

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public sealed class FormatType : Enum

The FormatType type exposes the following members.

Methods
 NameDescription
Public methodCompareToCompares this instance to a specified object and returns an indication of their relative values.
(Inherited from Enum)
Public methodEqualsReturns a value indicating whether this instance is equal to a specified object.
(Inherited from Enum)
Public methodGetHashCodeReturns the hash code for the value of this instance.
(Inherited from Enum)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetTypeCodeReturns the underlying TypeCode for this instance.
(Inherited from Enum)
Public methodHasFlagDetermines whether one or more bit fields are set in the current instance.
(Inherited from Enum)
Public methodToStringConverts the value of this instance to its equivalent string representation.
(Inherited from Enum)
Public methodToString(IFormatProvider)This method overload is obsolete; use ToString.
(Inherited from Enum)
Public methodToString(String)Converts the value of this instance to its equivalent string representation using the specified format.
(Inherited from Enum)
Public methodToString(String, IFormatProvider)This method overload is obsolete; use ToString(String).
(Inherited from Enum)
Top
Fields
 NameDescription
Public fieldStatic memberBATTINGPOWERPLAYOVERS Batting powerplay overs
Public fieldStatic memberCONVERSIONVALUE Conversion value
Public fieldStatic memberDAYS Days
Public fieldStatic memberDROPGOALVALUE Drop goal value
Public fieldStatic memberEXTRAPOINTYARDLINE Extra point yard line
Public fieldStatic memberLENGTHOVERTIMEPERIODS Length overtime periods
Public fieldStatic memberLENGTHSUDDENDEATH Length sudden death
Public fieldStatic memberLIMITEDOVERS Limited overs
Public fieldStatic memberMANDATORYPOWERPLAYOVERS Mandatory powerplay overs
Public fieldStatic memberMAPS Maps
Public fieldStatic memberMAXOVERSPERBOWLER Max overs per bowler
Public fieldStatic memberNOBALLPENALTYVALUE Penalty value of no ball
Public fieldStatic memberNUMBEROFPERIODS Number of periods
Public fieldStatic memberNUMBEROVERTIMEPERIODS Number overtime time periods
Public fieldStatic memberOVERS Overs
Public fieldStatic memberOVERTIMEROUNDS Overtime rounds
Public fieldStatic memberPENALTYSHOOTOUT Penalty shootout
Public fieldStatic memberPENALTYTRYVALUE Penalty try value
Public fieldStatic memberPENALTYVALUE Penalty value
Public fieldStatic memberPERIODLENGTH Period length
Public fieldStatic memberPOWERPLAY1OVERS Powerplay 1 overs
Public fieldStatic memberPOWERPLAY2OVERS Powerplay 2 overs
Public fieldStatic memberPOWERPLAY3OVERS Powerplay 3 overs
Public fieldStatic memberREGULARINNINGS Number of regular innings in MLB
Public fieldStatic memberREVIEWS Reviews
Public fieldStatic memberROUNDS Rounds
Public fieldStatic memberRULESET Rule set
Public fieldStatic memberTIEBREAKERMETHOD How a tied match is resolved, if at all
Public fieldStatic memberTRYVALUE Try value
Public fieldStatic memberTWOPOINTCONVERSIONYARDLINE Two point conversion yard line
Public fieldvalue__ 
Top
See Also