Class CompareSessionMode
Inheritance
System.Object
CompareSessionMode
Implements
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 |
---|---|
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. |
SessionKey | comparisonLapSessionKey | The comparison lap session key. |