Click or drag to resize

MatchAndOutrightMetaData Class

Contains meta information for associated matches and outrights
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.CommonMetaInfoDataContainer
    Sportradar.SDK.FeedProviders.LiveOdds.LiveOddsLiveOddsMetaData
      Sportradar.SDK.FeedProviders.LiveOdds.OutrightsMatchAndOutrightMetaData

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Outrights
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class MatchAndOutrightMetaData : LiveOddsMetaData

The MatchAndOutrightMetaData type exposes the following members.

Properties
 NameDescription
Public propertyMatchHeaderInfos Match meta information.
(Inherited from LiveOddsMetaData)
Public propertyOutrightHeaderInfos Gets a list of OutrightHeaderInfo instances containing meta information about associated outrights
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String representation of the current MatchAndOutrightMetaData instance
(Overrides LiveOddsMetaDataToString)
Top
See Also