Click or drag to resize

OutrightHeaderInfo Class

Combines a OutrightHeader and OutrightInfo instances
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.OutrightsOutrightHeaderInfo

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

The OutrightHeaderInfo type exposes the following members.

Constructors
 NameDescription
Public methodOutrightHeaderInfo Initializes a new instance of the OutrightHeaderInfo class
Top
Properties
 NameDescription
Public propertyOutrightHeader Gets a OutrightHeader instance containing basic information about the outright
Public propertyOutrightInfo Gets a OutrightInfo instance containing extended information about the outright
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 OutrightHeaderInfo instance
(Overrides ObjectToString)
Top
See Also