Interface IJersey
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing jersey
public interface IJersey
Properties
BaseColor
Gets the base color of the jersey
string BaseColor { get; }
Property Value
- string
The base color of the jersey
HorizontalStripes
Gets a value indicating whether jersey has horizontal stripes
bool? HorizontalStripes { get; }
Property Value
- bool?
nullif [horizontal stripes] contains no value,trueif [horizontal stripes]; otherwise,false.
HorizontalStripesColor
Gets the horizontal stripes color of the jersey
string HorizontalStripesColor { get; }
Property Value
- string
The horizontal stripes color of the jersey
Number
Gets the number of the jersey
string Number { get; }
Property Value
- string
The number of the jersey
ShirtType
Gets the shirt type of the jersey
string ShirtType { get; }
Property Value
- string
The shirt type of the jersey
SleeveColor
Gets the color of the sleeves
string SleeveColor { get; }
Property Value
- string
The color of the sleeves
SleeveDetail
Gets the sleeve detail of the jersey
string SleeveDetail { get; }
Property Value
- string
The sleeve detail of the jersey
Split
Gets a value indicating whether this IJersey is split
bool? Split { get; }
Property Value
- bool?
nullif [split] contains no value,trueif [split]; otherwise,false.
SplitColor
Gets the split color of the jersey
string SplitColor { get; }
Property Value
- string
The split color of the jersey
SquareColor
Gets the square color of the jersey
string SquareColor { get; }
Property Value
- string
The square color of the jersey
Squares
Gets a value indicating whether this IJersey has squares
bool? Squares { get; }
Property Value
- bool?
nullif [squares] contains no value,trueif [squares]; otherwise,false.
Stripes
Gets a value indicating whether this IJersey has stripes
bool? Stripes { get; }
Property Value
- bool?
nullif [stripes] contains no value,trueif [stripes]; otherwise,false.
StripesColor
Gets the stripes color of the jersey
string StripesColor { get; }
Property Value
- string
The stripes color of the jersey
Type
Gets the typ of the jersey
string Type { get; }
Property Value
- string
The type of the jersey