Table of Contents

Class ExportableProductInfo

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

Class used to export/import product info cache item properties

[Serializable]
public class ExportableProductInfo
Inheritance
ExportableProductInfo
Inherited Members

Fields

Channels

A IEnumerable<T> representation of the channels

public IEnumerable<ExportableStreamingChannel> Channels

Field Value

IEnumerable<ExportableStreamingChannel>

IsAutoTraded

A bool indicating if the product is auto traded

public bool IsAutoTraded

Field Value

bool

IsInHostedStatistics

A bool indicating if the product is in hosted statistics

public bool IsInHostedStatistics

Field Value

bool

IsInLiveCenterSoccer

A bool indicating if the product is in live center soccer

public bool IsInLiveCenterSoccer

Field Value

bool

IsInLiveMatchTracker

The bool indicating if the product is in live match tracker

public bool IsInLiveMatchTracker

Field Value

bool

IsInLiveScore

A bool indicating if the product is in live score

public bool IsInLiveScore

Field Value

bool

A IEnumerable<T> representation of the links

public IEnumerable<ExportableProductInfoLink> Links

Field Value

IEnumerable<ExportableProductInfoLink>