C# 클래스 OS2Indberetning.BuisnessLogic.ReportListHandler

Class to handle saved DriveReports through the use of FileHandler
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
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

메소드 상세

AddReportToList() 공개 정적인 메소드

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
리턴 Task

DeleteEntireList() 공개 정적인 메소드

Removes all reports from the stored list
public static DeleteEntireList ( ) : Task
리턴 Task

GetCount() 공개 정적인 메소드

Gets the amount of stored reports
public static GetCount ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetReportList() 공개 정적인 메소드

Fetches the report list from the stored file
public static GetReportList ( ) : Task>
리턴 Task>

RemoveReportFromList() 공개 정적인 메소드

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
리턴 Task>