Click or drag to resize

IReferenceV1 Interface

A contract for classes implementing array a+of references

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IReferenceV1 : IReference, 
	IEntityPrinter

The IReferenceV1 type exposes the following members.

Properties
 NameDescription
Public propertyAamsId Returns the AAMS id for this instance if provided among reference ids, null otherwise
Public propertyBetfairId Gets the Betfair id for this instance if provided amount reference ids
(Inherited from IReference)
Public propertyBetradarId Gets the Betradar id for this instance if provided amount reference ids
(Inherited from IReference)
Public propertyReferences Gets all the reference ids
(Inherited from IReference)
Public propertyRotationNumber Gets the rotation number if provided among reference ids
(Inherited from IReference)
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also