Click or drag to resize

IJerseyV1 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 IJerseyV1 : IJersey

The IJerseyV1 type exposes the following members.

Properties
 NameDescription
Public propertyBaseColor Gets the base color of the jersey
(Inherited from IJersey)
Public propertyHorizontalStripes Gets a value indicating whether jersey has horizontal stripes
(Inherited from IJersey)
Public propertyNumber Gets the number of the jersey
(Inherited from IJersey)
Public propertyShirtType Gets the shirt type of the jersey
Public propertySleeveColor Gets the color of the sleeves
(Inherited from IJersey)
Public propertySleeveDetail Gets the sleeve detail of the jersey
Public propertySplit Gets a value indicating whether this IJersey is split
(Inherited from IJersey)
Public propertySplitColor Gets the split color of the jersey
Public propertySquares Gets a value indicating whether this IJersey has squares
(Inherited from IJersey)
Public propertyStripes Gets a value indicating whether this IJersey has stripes
(Inherited from IJersey)
Public propertyStripesColor Gets the stripes color of the jersey
Public propertyType Gets the typ of the jersey
(Inherited from IJersey)
Top
See Also