Click or drag to resize

ExportableTimelineEventCI Class

Class used to export/import pitcher cache item properties
Inheritance Hierarchy
SystemObject
  Sportradar.OddsFeed.SDK.Entities.REST.Caching.ExportableExportableTimelineEventCI

Namespace: Sportradar.OddsFeed.SDK.Entities.REST.Caching.Exportable
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
[SerializableAttribute]
public class ExportableTimelineEventCI

The ExportableTimelineEventCI type exposes the following members.

Constructors
 NameDescription
Public methodExportableTimelineEventCIInitializes a new instance of the ExportableTimelineEventCI class
Top
Properties
 NameDescription
Public propertyAssists A ListT specifying the assists
Public propertyAwayScore A Decimal specifying the away score
Public propertyGoalScorer A ExportableEventPlayerCI specifying the goal scorer
Public propertyHomeScore A Decimal specifying the home score
Public propertyId A Int32 specifying the id
Public propertyMatchClock A String specifying the match clock
Public propertyMatchStatusCode A Int32 specifying the match status code
Public propertyMatchTime A Int32 specifying the match time
Public propertyPeriod A String specifying the period
Public propertyPeriodName A String specifying the period name
Public propertyPlayer A ExportableEventPlayerCI specifying the player
Public propertyPoints A String specifying the points
Public propertyStoppageTime A String specifying the stoppage time
Public propertyTeam A HomeAway specifying the team
Public propertyTime A DateTime specifying the time
Public propertyType A String specifying the type
Public propertyValue A String specifying the value
Public propertyX A Int32 specifying the x
Public propertyY A Int32 specifying the y
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also