Class ExportableJersey
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import jersey item properties
[Serializable]
public class ExportableJersey
- Inheritance
-
ExportableJersey
- Inherited Members
Properties
BaseColor
Gets the value specifying the base color
public string BaseColor { get; set; }
Property Value
HorizontalStripes
Gets the value specifying the horizontal stripes
public bool? HorizontalStripes { get; set; }
Property Value
- bool?
HorizontalStripesColor
Gets the value specifying the horizontal stripes color
public string HorizontalStripesColor { get; set; }
Property Value
Number
Gets the value specifying the number
public string Number { get; set; }
Property Value
ShirtType
Gets the value specifying the shirt type
public string ShirtType { get; set; }
Property Value
SleeveColor
Gets the value specifying the sleeve color
public string SleeveColor { get; set; }
Property Value
SleeveDetail
Gets the value specifying the sleeve detail
public string SleeveDetail { get; set; }
Property Value
Split
Gets the value specifying the split
public bool? Split { get; set; }
Property Value
- bool?
SplitColor
Gets the value specifying the split color
public string SplitColor { get; set; }
Property Value
SquareColor
Gets the value specifying the square color
public string SquareColor { get; set; }
Property Value
Squares
Gets the value specifying the squares
public bool? Squares { get; set; }
Property Value
- bool?
Stripes
Gets the value specifying the stripes
public bool? Stripes { get; set; }
Property Value
- bool?
StripesColor
Gets the value specifying the stripes color
public string StripesColor { get; set; }
Property Value
Type
Gets the value specifying the type
public string Type { get; set; }