Exemplo n.º 1
0
 public List <IPointValue> RecordedValues(DateTime timeStart, DateTime timeEnd, PointBoundaryType pointBoundaryType)
 {
     return(ConvertInputValues(_point.RecordedValues(timeStart, timeEnd, pointBoundaryType)));
 }
Exemplo n.º 2
0
 public List <IPointValue> RecordedValues(ITimeInterval timeInterval, PointBoundaryType pointBoundaryType)
 {
     return(RecordedValues(timeInterval.DateTimeStart, timeInterval.DateTimeEnd, pointBoundaryType));
 }
Exemplo n.º 3
0
 public virtual List <IPointValue> RecordedValues(DateTime timeStart, DateTime timeEnd, PointBoundaryType pointBoundaryType)
 {
     throw new NotSupportedException(BaseExceptionMessage);
 }