public void Clear() { ReturnCode = ReportReturnCode.NoError; ReportType = ReportType.None; GriddedData = new StationOffsetReportData_ApplicationService(); GriddedData.Clear(); }
public StationOffsetReportResult(ReportType reportType) { ReportType = reportType; GriddedData = new StationOffsetReportData_ApplicationService(); }