Class ExportableRound
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import round cache item properties
[Serializable]
public class ExportableRound
- Inheritance
-
ExportableRound
- Inherited Members
Properties
BetradarId
A int representation of the betradar id
public int? BetradarId { get; set; }
Property Value
- int?
BetradarName
A string representation of the betradar name
public string BetradarName { get; set; }
Property Value
CupRoundMatchNumber
A int representation of the cup round match number
public int? CupRoundMatchNumber { get; set; }
Property Value
- int?
CupRoundMatches
A int representation of the cup round matches
public int? CupRoundMatches { get; set; }
Property Value
- int?
Group
A string representation of the group
public string Group { get; set; }
Property Value
GroupId
A string representation of the group id
public string GroupId { get; set; }
Property Value
Names
A IDictionary<TKey, TValue> representation of the round names in different languages
public IDictionary<CultureInfo, string> Names { get; set; }
Property Value
Number
A int representation of the number
public int? Number { get; set; }
Property Value
- int?
OtherMatchId
A string representation of the other match id
public string OtherMatchId { get; set; }
Property Value
Phase
A string representation of the phase
public string Phase { get; set; }
Property Value
PhaseOrGroupLongName
A IDictionary<TKey, TValue> representation of the phase or group long name in different languages
public IDictionary<CultureInfo, string> PhaseOrGroupLongName { get; set; }
Property Value
Type
A string representation of the type
public string Type { get; set; }