Click or drag to resize

ExportableFixtureCI Class

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

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 ExportableFixtureCI

The ExportableFixtureCI type exposes the following members.

Constructors
 NameDescription
Public methodExportableFixtureCIInitializes a new instance of the ExportableFixtureCI class
Top
Properties
 NameDescription
Public propertyAdditionalParentsIds Gets a ListT specifying the additional parent stages associated with the current instance
Public propertyCoverageInfo A ExportableCoverageInfoCI representation of the coverage info
Public propertyExtraInfo A DictionaryTKey, TValue representation of the extra info
Public propertyNextLiveTime A DateTime representation of the next live time
Public propertyParentStageId Gets a id of the parent stage associated with the current instance
Public propertyProductInfo A ExportableProductInfoCI representation of the product info
Public propertyReferences A DictionaryTKey, TValue representation of the references
Public propertyReplacedBy A String representation of the replaced by
Public propertyScheduledStartTimeChanges A ListT representation of the scheduled start time changes
Public propertyStartTime A DateTime representation of the start time
Public propertyStartTimeConfirmed A Boolean indicating if the start time is confirmed
Public propertyStartTimeTBD A Boolean indicating if the start time is TBD
Public propertyTvChannels A ListT representation of the tv channels
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