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
Competitors
Gets the IEnumerable<T> specifying the competitors
public IEnumerable<string> Competitors { get; set; }
Property Value
CompetitorsQualifiers
Gets the IDictionary<TKey, TValue> specifying the competitors qualifiers
public IDictionary<string, string> CompetitorsQualifiers { get; set; }
Property Value
CompetitorsReferences
Gets the IDictionary<TKey, TValue> specifying the competitors qualifiers
public IDictionary<string, IDictionary<string, string>> CompetitorsReferences { get; set; }
Property Value
Conditions
Gets the ExportableSportEventConditions specifying the conditions
public ExportableSportEventConditions Conditions { get; set; }
Property Value
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
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
Venue
Gets the ExportableVenue specifying the venue
public ExportableVenue Venue { get; set; }