Click or drag to resize

ICoverageInfoV1 Interface

Defines a contract implemented by classes providing coverage information

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 ICoverageInfoV1 : ICoverageInfo, 
	IEntityPrinter

The ICoverageInfoV1 type exposes the following members.

Properties
 NameDescription
Public propertyCoveredFrom Gets a CoveredFrom describing the coverage location
Public propertyIncludes Gets a IEnumerableT specifying what is included in the coverage represented by the current ICoverageInfo instance
(Inherited from ICoverageInfo)
Public propertyIsLive Gets a value indicating whether the coverage represented by current ICoverageInfo is live coverage
(Inherited from ICoverageInfo)
Public propertyLevel Gets a String describing the level of the available coverage
(Inherited from ICoverageInfo)
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also