Show / Hide Table of Contents

Class SessionFieldIdentifiers

Identifiers for session fields.

Inheritance
System.Object
SessionFieldIdentifiers
Namespace: MESL.SqlRace.Domain.Sort
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionFieldIdentifiers : Object

Constructors

SessionFieldIdentifiers()

Declaration
public SessionFieldIdentifiers()

Fields

CreateDateTime

The date and time the session was created

Declaration
public const string CreateDateTime = "CreateDateTime"
Field Value
Type Description
System.String

EndTime

The end time

Declaration
public const string EndTime = "EndTime"
Field Value
Type Description
System.String

FastestLapTime

The fastest lap time

Declaration
public const string FastestLapTime = "FastestLap"
Field Value
Type Description
System.String

LapCount

The lap count

Declaration
public const string LapCount = "LapCount"
Field Value
Type Description
System.String

SessionIdentifier

The session identifier

Declaration
public const string SessionIdentifier = "Identifier"
Field Value
Type Description
System.String

SessionKey

The session key

Declaration
public const string SessionKey = "SessionGUID"
Field Value
Type Description
System.String

SessionStartDateTime

The session start date time

Declaration
public const string SessionStartDateTime = "SessionStartDateTime"
Field Value
Type Description
System.String

SessionState

The session state

Declaration
public const string SessionState = "State"
Field Value
Type Description
System.String

SessionType

The session type

Declaration
public const string SessionType = "SessionType"
Field Value
Type Description
System.String

StartTime

The start time

Declaration
public const string StartTime = "StartTime"
Field Value
Type Description
System.String
Back to top Generated by DocFX