Aydsko iRacing Data API
Show / Hide Table of Contents

Class SessionSplit

Inheritance
object
SessionSplit
Implements
IEquatable<SessionSplit>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Results
Assembly: Aydsko.iRacingData.dll
Syntax
public class SessionSplit : IEquatable<SessionSplit>

Properties

EventStrengthOfField

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

SubSessionId

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

Methods

Equals(SessionSplit?)

Declaration
public bool Equals(SessionSplit? other)
Parameters
Type Name Description
SessionSplit other
Returns
Type Description
bool

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>
In this article
Back to top Generated by DocFX