C# Class OS2Indberetning.BuisnessLogic.ReportListHandler

Class to handle saved DriveReports through the use of FileHandler
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Méthode Description
AddReportToList ( DriveReport report ) : Task

Adds report to the stored report list

DeleteEntireList ( ) : Task

Removes all reports from the stored list

GetCount ( ) : System.Threading.Tasks.Task

Gets the amount of stored reports

GetReportList ( ) : Task>

Fetches the report list from the stored file

RemoveReportFromList ( DriveReport report ) : Task>

Removes specific report from the stored list

Method Details

AddReportToList() public static méthode

Adds report to the stored report list
public static AddReportToList ( DriveReport report ) : Task
report OS2Indberetning.Model.DriveReport the DriveReport to be added to the list
Résultat Task

DeleteEntireList() public static méthode

Removes all reports from the stored list
public static DeleteEntireList ( ) : Task
Résultat Task

GetCount() public static méthode

Gets the amount of stored reports
public static GetCount ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetReportList() public static méthode

Fetches the report list from the stored file
public static GetReportList ( ) : Task>
Résultat Task>

RemoveReportFromList() public static méthode

Removes specific report from the stored list
public static RemoveReportFromList ( DriveReport report ) : Task>
report OS2Indberetning.Model.DriveReport the DriveReport to be removed from the list
Résultat Task>