Click or drag to resize

IJersey Interface

Defines a contract for classes implementing jersey

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IJersey

The IJersey type exposes the following members.

Properties
 NameDescription
Public propertyBaseColor Gets the base color of the jersey
Public propertyHorizontalStripes Gets a value indicating whether jersey has horizontal stripes
Public propertyNumber Gets the number of the jersey
Public propertySleeveColor Gets the color of the sleeves
Public propertySplit Gets a value indicating whether this IJersey is split
Public propertySquares Gets a value indicating whether this IJersey has squares
Public propertyStripes Gets a value indicating whether this IJersey has stripes
Public propertyType Gets the typ of the jersey
Top
See Also