Class ExportableCompetitor
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import competitor cache item properties
[Serializable]
public class ExportableCompetitor : ExportableBase
- Inheritance
-
ExportableCompetitor
- Derived
- Inherited Members
Properties
Abbreviations
A IDictionary<TKey, TValue> containing competitor abbreviations in different languages
public IDictionary<CultureInfo, string> Abbreviations { get; set; }
Property Value
AgeGroup
A string representing the age group
public string AgeGroup { get; set; }
Property Value
AssociatedPlayerIds
A IEnumerable<T> containing associated player ids
public IEnumerable<string> AssociatedPlayerIds { get; set; }
Property Value
AssociatedPlayersJerseyNumbers
A IDictionary<TKey, TValue> containing associated player jersey numbers
public IDictionary<string, int> AssociatedPlayersJerseyNumbers { get; set; }
Property Value
CategoryId
A string representing the category id
public string CategoryId { get; set; }
Property Value
CountryCode
A string representing the country code
public string CountryCode { get; set; }
Property Value
CountryNames
A IDictionary<TKey, TValue> containing competitor's country name in different languages
public IDictionary<CultureInfo, string> CountryNames { get; set; }
Property Value
CultureCompetitorProfileFetched
The list of CultureInfo used to fetch competitor profiles
public IDictionary<CultureInfo, DateTime> CultureCompetitorProfileFetched { get; set; }
Property Value
Division
GEts the division
public ExportableDivision Division { get; set; }
Property Value
Gender
A string representing the gender
public string Gender { get; set; }
Property Value
IsVirtual
A bool indicating whether represented competitor is virtual
public bool? IsVirtual { get; set; }
Property Value
- bool?
Jerseys
A IEnumerable<T> containing jerseys
public IEnumerable<ExportableJersey> Jerseys { get; set; }
Property Value
Manager
A ExportableManager representing the manager
public ExportableManager Manager { get; set; }
Property Value
PrimaryCulture
A CultureInfo representing the primary culture
public CultureInfo PrimaryCulture { get; set; }
Property Value
RaceDriverProfile
A ExportableRaceDriverProfile representing the race driver profile
public ExportableRaceDriverProfile RaceDriverProfile { get; set; }
Property Value
ReferenceIds
A IDictionary<TKey, TValue> containing reference ids
public IDictionary<string, string> ReferenceIds { get; set; }
Property Value
ShortName
Gets the short name
public string ShortName { get; set; }
Property Value
- string
The short name
SportId
A string representing the sport id
public string SportId { get; set; }
Property Value
State
A string representing the state
public string State { get; set; }
Property Value
Venue
A ExportableVenue representing the venue
public ExportableVenue Venue { get; set; }