Table of Contents

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

IEnumerable<IStreamingChannel>

IsAutoTraded

Gets a value indicating whether the sport event is auto traded

bool IsAutoTraded { get; }

Property Value

bool

IsInHostedStatistics

Gets a value indicating whether the sport event associated with the current instance is available in hosted solutions

bool IsInHostedStatistics { get; }

Property Value

bool

IsInLiveCenterSoccer

Gets a value indicating whether the sport event associated with the current instance is available in LiveCenterSoccer solution

bool IsInLiveCenterSoccer { get; }

Property Value

bool

IsInLiveMatchTracker

Gets a value indicating whether the sport event associated with the current instance is available in LiveMatchTracker solution

bool IsInLiveMatchTracker { get; }

Property Value

bool

IsInLiveScore

Gets a value indicating whether the sport event associated with the current instance is available in LiveScore solution

bool IsInLiveScore { get; }

Property Value

bool

Gets a IEnumerable<T> representing links to the product represented by current instance

IEnumerable<IProductInfoLink> Links { get; }

Property Value

IEnumerable<IProductInfoLink>