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
CoverageInfo
A ExportableCoverageInfo representation of the coverage info
public ExportableCoverageInfo CoverageInfo { get; set; }
Property Value
ExtraInfo
A IDictionary<TKey, TValue> representation of the extra info
public IDictionary<string, string> ExtraInfo { get; set; }
Property Value
NextLiveTime
A DateTime representation of the next live time
public DateTime? NextLiveTime { get; set; }
Property Value
ParentStageId
Gets a id of the parent stage associated with the current instance
public string ParentStageId { get; set; }
Property Value
ProductInfo
A ExportableProductInfo representation of the product info
public ExportableProductInfo ProductInfo { get; set; }
Property Value
References
A IDictionary<TKey, TValue> representation of the references
public IDictionary<string, string> References { get; set; }
Property Value
ReplacedBy
A string representation of the replaced by
public string ReplacedBy { get; set; }
Property Value
ScheduledStartTimeChanges
A IEnumerable<T> representation of the scheduled start time changes
public IEnumerable<ExportableScheduledStartTimeChange> ScheduledStartTimeChanges { get; set; }
Property Value
StartTime
A DateTime representation of the start time
public DateTime? StartTime { get; set; }
Property Value
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; }