Click or drag to resize

EventWrapperEventWrapperId Class

A unique identifier for the EventWrapper instances
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.InternalEventWrapperEventWrapperId

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

The EventWrapperEventWrapperId type exposes the following members.

Properties
 NameDescription
Public propertyId Gets the id of the event wrapped by the current EventWrapperEventWrapperId instance
Public propertyType Gets a EventWrapperHeaderType specifying the type (event, outright, ...) of the wrapped item
Top
Methods
 NameDescription
Public methodEquals Determines whether the passed Object is equal to current EventWrapperEventWrapperId instance
(Overrides ObjectEquals(Object))
Public methodGetHashCode Calculates and returns the hash code of the current EventWrapperEventWrapperId instance
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Constructs and returns a String representation of the current EventWrapperEventWrapperId instance
(Overrides ObjectToString)
Top
See Also