Méthode | Description | |
---|---|---|
AddReportToList ( |
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 (
|
Removes specific report from the stored list
|
public static AddReportToList ( |
||
report | the DriveReport to be added to the list | |
Résultat | Task |
public static GetCount ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public static RemoveReportFromList (
|
||
report | the DriveReport to be removed from the list | |
Résultat | Task
|