Table of Contents

Class ExportableSport

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

Class used to export/import sport cache item properties

[Serializable]
public class ExportableSport : ExportableBase
Inheritance
ExportableSport
Inherited Members

Properties

CategoryIds

A IEnumerable<T> specifying the id's of child categories

public IEnumerable<string> CategoryIds { get; set; }

Property Value

IEnumerable<string>

LoadedCategories

A IEnumerable<T> specifying the loaded categories for tournament

public IEnumerable<CultureInfo> LoadedCategories { get; set; }

Property Value

IEnumerable<CultureInfo>