Show / Hide Table of Contents

Class CompareSessionMode

Inheritance
System.Object
CompareSessionMode
Implements
ICompareSessionMode
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CompareSessionMode : Object, ICompareSessionMode

Constructors

CompareSessionMode()

Declaration
public CompareSessionMode()

Properties

CompareMode

Session compare mode that the Composite Session is in

Declaration
public SessionCompareMode CompareMode { get; set; }
Property Value
Type Description
SessionCompareMode

ComparisonLap

Lap from the Session that is used as the Single Lap Repeat

Declaration
public ILap ComparisonLap { get; }
Property Value
Type Description
ILap

ComparisonLapSessionKey

The Session where the lap belongs

Declaration
public SessionKey ComparisonLapSessionKey { get; }
Property Value
Type Description
MAT.OCS.Core.SessionKey

Methods

SetComparisonLap(ILap, SessionKey)

Sets the comparison lap.

Declaration
public void SetComparisonLap(ILap comparisonLap, SessionKey comparisonLapSessionKey)
Parameters
Type Name Description
ILap comparisonLap

The comparison lap.

MAT.OCS.Core.SessionKey comparisonLapSessionKey

The comparison lap session key.

Implements

ICompareSessionMode
In This Article
  • Constructors
    • CompareSessionMode()
  • Properties
    • CompareMode
    • ComparisonLap
    • ComparisonLapSessionKey
  • Methods
    • SetComparisonLap(ILap, SessionKey)
  • Implements
Back to top Generated by DocFX