Aydsko iRacing Data API
Show / Hide Table of Contents

Class SeriesAsset

Inheritance
object
SeriesAsset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeriesAsset

Fields

ImagePathBase

Declaration
public const string ImagePathBase = "https://images-static.iracing.com/img/logos/series/"
Field Value
Type Description
string

Properties

LargeImage

Declaration
[JsonPropertyName("large_image")]
public object LargeImage { get; set; }
Property Value
Type Description
object

Logo

Declaration
[JsonPropertyName("logo")]
public string Logo { get; set; }
Property Value
Type Description
string

LogoUrl

Declaration
[JsonIgnore]
public Uri LogoUrl { get; }
Property Value
Type Description
Uri

SeriesCopy

Declaration
[JsonPropertyName("series_copy")]
public string SeriesCopy { get; set; }
Property Value
Type Description
string

SeriesId

Declaration
[JsonPropertyName("series_id")]
public int SeriesId { get; set; }
Property Value
Type Description
int

SmallImage

Declaration
[JsonPropertyName("small_image")]
public object SmallImage { get; set; }
Property Value
Type Description
object
In this article
Back to top Generated by DocFX