Click or drag to resize

ScoutInfo Class

Contains basic information about the match.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveScoutScoutInfo

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class ScoutInfo

The ScoutInfo type exposes the following members.

Constructors
 NameDescription
Public methodScoutInfoInitializes a new instance of the ScoutInfo class
Top
Properties
 NameDescription
Public propertyHeader Caption text.
Public propertyLink Whether this is URL or not.
Public propertyOrder Sort order
Public propertyValue Info text. If Link is true then this is URL.
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 that represents the current object.
(Overrides ObjectToString)
Top
Remarks
Could be that this information is only of interest for the flash scout client.
See Also