Class Jersey
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Jersey
[Serializable]
public class Jersey
- Inheritance
-
Jersey
- Inherited Members
Properties
Base
Gets the base.
public string Base { get; }
Property Value
- string
The base.
HorizontalStripes
Gets the horizontal stripes.
public string HorizontalStripes { get; }
Property Value
- string
The horizontal stripes.
JerseyType
Gets the type of the jersey.
public int JerseyType { get; }
Property Value
- int
The type of the jersey.
Number
Gets the number.
public string Number { get; }
Property Value
- string
The number.
Outline
Gets the outline.
public string Outline { get; }
Property Value
- string
The outline.
ShirtType
Gets the type of the shirt.
public string ShirtType { get; }
Property Value
- string
The type of the shirt.
Side
Gets the side.
public int Side { get; }
Property Value
- int
The side.
Sleeve
Gets the sleeve.
public string Sleeve { get; }
Property Value
- string
The sleeve.
Split
Gets the split.
public string Split { get; }
Property Value
- string
The split.
Squares
Gets the squares.
public string Squares { get; }
Property Value
- string
The squares.
VerticalStripes
Gets the vertical stripes.
public string VerticalStripes { get; }
Property Value
- string
The vertical stripes.
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.