Class ExportableBase
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Abstract class used to export/import cache item properties
[Serializable]
public class ExportableBase
- Inheritance
-
ExportableBase
- Derived
- Inherited Members
Properties
Id
A string representing id of the related entity
public string Id { get; set; }
Property Value
Names
A IDictionary<TKey, TValue> containing translated name of the item
public IDictionary<CultureInfo, string> Names { get; set; }