Click or drag to resize

ITvChannelV1 Interface

Defines a contract implemented by classes representing TV channels

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 ITvChannelV1 : ITvChannel, 
	IEntityPrinter

The ITvChannelV1 type exposes the following members.

Properties
 NameDescription
Public propertyName Gets a name of the channel represented by the current ITvChannel instance
(Inherited from ITvChannel)
Public propertyStartTime Gets a DateTime specifying when the coverage on the channel represented by the current ITvChannel starts, or a null reference if the time is not known.
(Inherited from ITvChannel)
Public propertyStreamUrl Gets the stream url of the channel represented by the current ITvChannelV1 instance
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