Table of Contents

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

string

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

string

Number

Gets the value specifying the number

public string Number { get; set; }

Property Value

string

ShirtType

Gets the value specifying the shirt type

public string ShirtType { get; set; }

Property Value

string

SleeveColor

Gets the value specifying the sleeve color

public string SleeveColor { get; set; }

Property Value

string

SleeveDetail

Gets the value specifying the sleeve detail

public string SleeveDetail { get; set; }

Property Value

string

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

string

SquareColor

Gets the value specifying the square color

public string SquareColor { get; set; }

Property Value

string

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

string

Type

Gets the value specifying the type

public string Type { get; set; }

Property Value

string