Table of Contents

Class ScoutInfo

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

Contains basic information about the match.

[Serializable]
public class ScoutInfo
Inheritance
ScoutInfo
Inherited Members

Remarks

Could be that this information is only of interest for the flash scout client.

Properties

Header

Caption text.

public string Header { get; }

Property Value

string

Whether this is URL or not.

public bool? Link { get; }

Property Value

bool?

Order

Sort order

public int Order { get; }

Property Value

int

Value

Info text. If Link is true then this is URL.

public string Value { get; }

Property Value

string

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.