Click or drag to resize

IProductInfoV1 Interface

Defines a contract implemented by classes providing product information

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IProductInfoV1 : IProductInfo, 
	IEntityPrinter

The IProductInfoV1 type exposes the following members.

Properties
 NameDescription
Public propertyChannels Gets a IEnumerableT representing streaming channel associated with product
(Inherited from IProductInfo)
Public propertyIsAutoTraded Gets a value indicating whether the sport event is auto traded
(Inherited from IProductInfo)
Public propertyIsInHostedStatistics Gets a value indicating whether the sport event associated with the current instance is available in hosted solutions
(Inherited from IProductInfo)
Public propertyIsInLiveCenterSoccer Gets a value indicating whether the sport event associated with the current instance is available in LiveCenterSoccer solution
(Inherited from IProductInfo)
Public propertyIsInLiveMatchTracker Gets a value indicating whether the sport event associated with the current instance is available in LiveMatchTracker solution
Public propertyIsInLiveScore Gets a value indicating whether the sport event associated with the current instance is available in LiveScore solution
(Inherited from IProductInfo)
Public propertyLinks Gets a IEnumerableT representing links to the product represented by current instance
(Inherited from IProductInfo)
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also