Table of Contents

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?

null if [horizontal stripes] contains no value, true if [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?

null if [split] contains no value, true if [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?

null if [squares] contains no value, true if [squares]; otherwise, false.

Stripes

Gets a value indicating whether this IJersey has stripes

bool? Stripes { get; }

Property Value

bool?

null if [stripes] contains no value, true if [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