Table of Contents

Class ScoutEntityBase

Namespace
Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
Assembly
Sportradar.LiveData.Sdk.dll

Serves as a base class that all LiveOdds entities should be derived from.

[Serializable]
[KnownType(typeof(MatchBooking))]
[KnownType(typeof(MatchList))]
[KnownType(typeof(MatchListUpdate))]
[KnownType(typeof(MatchStop))]
[KnownType(typeof(Manager))]
[KnownType(typeof(MatchUpdate))]
[KnownType(typeof(MatchUpdate))]
[KnownType(typeof(ScoutInfos))]
[KnownType(typeof(Lineups))]
[KnownType(typeof(ConnectionTest))]
public abstract class ScoutEntityBase : EntityBase
Inheritance
ScoutEntityBase
Derived
Inherited Members

Constructors

ScoutEntityBase()

protected ScoutEntityBase()

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Remarks

Can be used for diagnostics purposes.