Click or drag to resize

EventWrapper Class

A wrapper used by the error manager which wrapps a SingleHeaderEvent and SingleOutrightEvent into a common type
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.InternalEventWrapper

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public class EventWrapper

The EventWrapper type exposes the following members.

Properties
 NameDescription
Public propertyEntity Gets the OddsEntityBase instance from which the current EventWrapper was constructed
Public propertyEntityType Gets the EventWrapperHeaderType enum member specifying the type of the entity from which the current EventWrapper instance was created
Public propertyHeader Gets the EventHeader instance associated with the current EventWrapper instance
Public propertyKey Gets a EventWrapperEventWrapperId instance used to uniquely identify the event associated with current EventWrapper
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also