Interface ICompareSessionMode
Interface representing CompareSessionMode
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ICompareSessionMode
  Properties
CompareMode
Session compare mode that the Composite Session is in
Declaration
SessionCompareMode CompareMode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SessionCompareMode | 
ComparisonLap
Lap from the Session that is used as the Single Lap Repeat
Declaration
ILap ComparisonLap { get; }
  Property Value
| Type | Description | 
|---|---|
| ILap | 
ComparisonLapSessionKey
The Session where the lap belongs
Declaration
SessionKey ComparisonLapSessionKey { get; }
  Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.SessionKey | 
Methods
SetComparisonLap(ILap, SessionKey)
Sets the comparison lap.
Declaration
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.  |