Table of Contents

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

IDictionary<CultureInfo, string>

AgeGroup

A string representing the age group

public string AgeGroup { get; set; }

Property Value

string

AssociatedPlayerIds

A IEnumerable<T> containing associated player ids

public IEnumerable<string> AssociatedPlayerIds { get; set; }

Property Value

IEnumerable<string>

AssociatedPlayersJerseyNumbers

A IDictionary<TKey, TValue> containing associated player jersey numbers

public IDictionary<string, int> AssociatedPlayersJerseyNumbers { get; set; }

Property Value

IDictionary<string, int>

CategoryId

A string representing the category id

public string CategoryId { get; set; }

Property Value

string

CountryCode

A string representing the country code

public string CountryCode { get; set; }

Property Value

string

CountryNames

A IDictionary<TKey, TValue> containing competitor's country name in different languages

public IDictionary<CultureInfo, string> CountryNames { get; set; }

Property Value

IDictionary<CultureInfo, string>

CultureCompetitorProfileFetched

The list of CultureInfo used to fetch competitor profiles

public IDictionary<CultureInfo, DateTime> CultureCompetitorProfileFetched { get; set; }

Property Value

IDictionary<CultureInfo, DateTime>

Division

GEts the division

public ExportableDivision Division { get; set; }

Property Value

ExportableDivision

Gender

A string representing the gender

public string Gender { get; set; }

Property Value

string

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

IEnumerable<ExportableJersey>

Manager

A ExportableManager representing the manager

public ExportableManager Manager { get; set; }

Property Value

ExportableManager

PrimaryCulture

A CultureInfo representing the primary culture

public CultureInfo PrimaryCulture { get; set; }

Property Value

CultureInfo

RaceDriverProfile

A ExportableRaceDriverProfile representing the race driver profile

public ExportableRaceDriverProfile RaceDriverProfile { get; set; }

Property Value

ExportableRaceDriverProfile

ReferenceIds

A IDictionary<TKey, TValue> containing reference ids

public IDictionary<string, string> ReferenceIds { get; set; }

Property Value

IDictionary<string, string>

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

string

State

A string representing the state

public string State { get; set; }

Property Value

string

Venue

A ExportableVenue representing the venue

public ExportableVenue Venue { get; set; }

Property Value

ExportableVenue