Click or drag to resize

IStageV2 Interface

Defines methods implemented by classes representing sport events of stage type

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 IStageV2 : IStageV1, 
	IStage, ICompetition, ISportEvent, ICompetitionV1, ICompetitionV2, 
	ISportEventV1

The IStageV2 type exposes the following members.

Properties
 NameDescription
Public propertyId Gets a URN uniquely identifying the sport event associated with the current instance
(Inherited from ISportEvent)
Top
Methods
 NameDescription
Public methodGetAdditionalParentStagesAsync Asynchronously gets a list of additional ids of the parent stages of the current instance or a null reference if the represented stage does not have the parent stages
Public methodGetBookingStatusAsync Asynchronously gets a BookingStatus enum member providing booking status for the associated entity or a null reference if booking status is not known
(Inherited from ICompetition)
Public methodGetCategoryAsync Asynchronously get the ICategorySummary instance associated with the current IStage instance
(Inherited from IStage)
Public methodGetCompetitorsAsync Asynchronously gets a IEnumerableT representing competitors in the sport event associated with the current instance
(Inherited from ICompetition)
Public methodGetConditionsAsync Asynchronously gets a ISportEventConditions instance representing live conditions of the sport event associated with the current instance
(Inherited from ICompetition)
Public methodGetEventStatusAsync Gets the event status asynchronous
(Inherited from ICompetitionV1)
Public methodGetLiveOddsAsync Asynchronously gets a liveOdds
(Inherited from ICompetitionV2)
Public methodGetNameAsync Asynchronously gets the name of the sport event
(Inherited from ISportEvent)
Public methodGetParentStageAsync Asynchronously get the parent stage
(Inherited from IStage)
Public methodGetReplacedByAsync Asynchronously gets a URN specifying the replacement sport event for the associated sport event.
(Inherited from ISportEventV1)
Public methodGetScheduledEndTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled to end or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetScheduledTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetSportAsync Asynchronously get the ISportSummary instance associated with the current IStage instance
(Inherited from IStage)
Public methodGetSportEventTypeAsync Asynchronously get the type of the stage
(Inherited from ICompetitionV2)
Public methodGetSportIdAsync Asynchronously gets a URN uniquely identifying the sport associated with the current instance
(Inherited from ISportEvent)
Public methodGetStagesAsync Asynchronously get the list of stages representing stages of the multi-stage stage
(Inherited from IStage)
Public methodGetStageTypeAsync Asynchronously get the type of the stage
Public methodGetStartTimeTbdAsync Asynchronously gets a NullableT specifying if the start time to be determined is set for the associated sport event.
(Inherited from ISportEventV1)
Public methodGetStatusAsync Gets a ICompetitionStatus instance containing information about the progress of a sport event associated with the current instance
(Inherited from ICompetition)
Public methodGetVenueAsync Asynchronously gets a IVenue instance representing a venue where the sport event associated with the current instance will take place
(Inherited from ICompetition)
Top
See Also