Table of Contents

Class ExportableCompetition

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
Assembly
Sportradar.OddsFeed.SDK.dll

Class used to export/import competition cache item properties

[Serializable]
public class ExportableCompetition : ExportableSportEvent
Inheritance
ExportableCompetition
Derived
Inherited Members

Properties

BookingStatus

Gets the BookingStatus specifying the booking status

public BookingStatus? BookingStatus { get; set; }

Property Value

BookingStatus?

Competitors

Gets the IEnumerable<T> specifying the competitors

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

Property Value

IEnumerable<string>

CompetitorsQualifiers

Gets the IDictionary<TKey, TValue> specifying the competitors qualifiers

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

Property Value

IDictionary<string, string>

CompetitorsReferences

Gets the IDictionary<TKey, TValue> specifying the competitors qualifiers

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

Property Value

IDictionary<string, IDictionary<string, string>>

Conditions

Gets the ExportableSportEventConditions specifying the conditions

public ExportableSportEventConditions Conditions { get; set; }

Property Value

ExportableSportEventConditions

LiveOdds

Gets a liveOdds

public string LiveOdds { get; set; }

Property Value

string

A liveOdds

ReferenceId

Gets the IDictionary<TKey, TValue> specifying the reference ids

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

Property Value

IDictionary<string, string>

SportEventType

Gets a SportEventType for the associated sport event.

public SportEventType? SportEventType { get; set; }

Property Value

SportEventType?

A SportEventType for the associated sport event.

StageType

Gets a StageType for the associated sport event.

public StageType? StageType { get; set; }

Property Value

StageType?

A StageType for the associated sport event.

Venue

Gets the ExportableVenue specifying the venue

public ExportableVenue Venue { get; set; }

Property Value

ExportableVenue