Exemple #1
0
 protected SessionStepResult(SessionStepResultType result)
 {
     ResultType = result;
 }
Exemple #2
0
 public EyeTrackerValidationSessionStepResult(SessionStepResultType result, IEnumerable <PointDisplayTime> displayedPoints)
     : base(result)
 {
     Points = displayedPoints.ThrowIfNull(nameof(displayedPoints)).ToList();
 }