C# Class StreetFoo.Client.ReportItem

Inheritance: ModelItem, IMappablePoint
Show file Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Property Type Description
CreateReportItemAsync Task
GetAllFromCacheAsync Task>
GetLocallyChangedReportsAsync Task>
GetSpooledReportsAsync Task>
HasSpooledReportsAsync Task
IsCacheEmpty Task
PushServerImageUpdateAsync System.Threading.Tasks.Task
PushServerUpdateAsync System.Threading.Tasks.Task
PushServerUpdatesAsync System.Threading.Tasks.Task
SearchCacheAsync Task>
SetLocation void
StageImageAsync System.Threading.Tasks.Task
Update System.Threading.Tasks.Task

Public Methods

Method Description
GetByIdAsync ( int id ) : Task
GetSearchSuggestionsAsync ( string queryText ) : List>>.Task
ReportItem ( ) : System
UpdateCacheFromServerAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
CreateReportItemAsync ( string title, string description, IMappablePoint point, IStorageFile image ) : Task
GetAllFromCacheAsync ( ) : Task>
GetLocallyChangedReportsAsync ( ) : Task>
GetSpooledReportsAsync ( ) : Task>
HasSpooledReportsAsync ( ) : Task
IsCacheEmpty ( ) : Task
PushServerImageUpdateAsync ( ) : System.Threading.Tasks.Task
PushServerUpdateAsync ( ) : System.Threading.Tasks.Task
PushServerUpdatesAsync ( ) : System.Threading.Tasks.Task
SearchCacheAsync ( string queryText ) : Task>
SetLocation ( IMappablePoint point ) : void
StageImageAsync ( IStorageFile image ) : System.Threading.Tasks.Task
Update ( IStorageFile newImage ) : System.Threading.Tasks.Task

Method Details

GetByIdAsync() public static method

public static GetByIdAsync ( int id ) : Task
id int
return Task

GetSearchSuggestionsAsync() public static method

public static GetSearchSuggestionsAsync ( string queryText ) : List>>.Task
queryText string
return List>>.Task

ReportItem() public method

public ReportItem ( ) : System
return System

UpdateCacheFromServerAsync() public static method

public static UpdateCacheFromServerAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task