Show / Hide Table of Contents

Class SessionInformation

Default Session Information class to be used to return the information from the File based Session.

Inheritance
System.Object
SessionInformation
Implements
ISessionInformation
Namespace: MESL.SqlRace.Domain.FileSession
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionInformation : Object, ISessionInformation

Constructors

SessionInformation()

Constuctor.

Declaration
public SessionInformation()

Properties

Constants

Gets the session constants

Declaration
public IEnumerable<Constant> Constants { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Constant>

EndTime

Gets the End Time of the Session.

Declaration
public long EndTime { get; set; }
Property Value
Type Description
System.Int64

Identifier

Gets the Identifier of the Session.

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String

Laps

Gets the Lap's within the File based Session.

Declaration
public IEnumerable<Lap> Laps { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Lap>

Markers

Gets the Markers with the File based Session.

Declaration
public IEnumerable<Marker> Markers { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Marker>

OwnerId

Team or Consortium Id of the Session Owner

Declaration
public uint OwnerId { get; set; }
Property Value
Type Description
System.UInt32

SessionDataItems

Gets the SessionDataItem's within the File based Session.

Declaration
public IEnumerable<SessionDataItem> SessionDataItems { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<SessionDataItem>

StartTime

Gets the Start Time of the Session.

Declaration
public long StartTime { get; set; }
Property Value
Type Description
System.Int64

TimeOfRecording

Gets the Date the Session was recorded.

Declaration
public DateTime TimeOfRecording { get; set; }
Property Value
Type Description
System.DateTime

Implements

ISessionInformation
Back to top Generated by DocFX