Table of Contents

Class ExportableFixture

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

Class used to export/import fixture cache item properties

[Serializable]
public class ExportableFixture
Inheritance
ExportableFixture
Inherited Members

Properties

AdditionalParentsIds

Gets a IEnumerable<T> specifying the additional parent stages associated with the current instance

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

Property Value

IEnumerable<string>

CoverageInfo

A ExportableCoverageInfo representation of the coverage info

public ExportableCoverageInfo CoverageInfo { get; set; }

Property Value

ExportableCoverageInfo

ExtraInfo

A IDictionary<TKey, TValue> representation of the extra info

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

Property Value

IDictionary<string, string>

NextLiveTime

A DateTime representation of the next live time

public DateTime? NextLiveTime { get; set; }

Property Value

DateTime?

ParentStageId

Gets a id of the parent stage associated with the current instance

public string ParentStageId { get; set; }

Property Value

string

ProductInfo

A ExportableProductInfo representation of the product info

public ExportableProductInfo ProductInfo { get; set; }

Property Value

ExportableProductInfo

References

A IDictionary<TKey, TValue> representation of the references

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

Property Value

IDictionary<string, string>

ReplacedBy

A string representation of the replaced by

public string ReplacedBy { get; set; }

Property Value

string

ScheduledStartTimeChanges

A IEnumerable<T> representation of the scheduled start time changes

public IEnumerable<ExportableScheduledStartTimeChange> ScheduledStartTimeChanges { get; set; }

Property Value

IEnumerable<ExportableScheduledStartTimeChange>

StartTime

A DateTime representation of the start time

public DateTime? StartTime { get; set; }

Property Value

DateTime?

StartTimeConfirmed

A bool indicating if the start time is confirmed

public bool? StartTimeConfirmed { get; set; }

Property Value

bool?

StartTimeTbd

A bool indicating if the start time is TBD

public bool? StartTimeTbd { get; set; }

Property Value

bool?

TvChannels

A IEnumerable<T> representation of the TV channels

public IEnumerable<ExportableTvChannel> TvChannels { get; set; }

Property Value

IEnumerable<ExportableTvChannel>