Interface IProductInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes providing product information
public interface IProductInfo : IEntityPrinter
- Inherited Members
Properties
Channels
Gets a IEnumerable<T> representing streaming channel associated with product
IEnumerable<IStreamingChannel> Channels { get; }
Property Value
IsAutoTraded
Gets a value indicating whether the sport event is auto traded
bool IsAutoTraded { get; }
Property Value
IsInHostedStatistics
Gets a value indicating whether the sport event associated with the current instance is available in hosted solutions
bool IsInHostedStatistics { get; }
Property Value
IsInLiveCenterSoccer
Gets a value indicating whether the sport event associated with the current instance is available in LiveCenterSoccer solution
bool IsInLiveCenterSoccer { get; }
Property Value
IsInLiveMatchTracker
Gets a value indicating whether the sport event associated with the current instance is available in LiveMatchTracker solution
bool IsInLiveMatchTracker { get; }
Property Value
IsInLiveScore
Gets a value indicating whether the sport event associated with the current instance is available in LiveScore solution
bool IsInLiveScore { get; }
Property Value
Links
Gets a IEnumerable<T> representing links to the product represented by current instance
IEnumerable<IProductInfoLink> Links { get; }