C# 클래스 StreetFoo.Client.ReportItem

상속: ModelItem, IMappablePoint
파일 보기 프로젝트 열기: mbrit/ProgrammingMetroStyle 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GetByIdAsync ( int id ) : Task
GetSearchSuggestionsAsync ( string queryText ) : List>>.Task
ReportItem ( ) : System
UpdateCacheFromServerAsync ( ) : System.Threading.Tasks.Task

비공개 메소드들

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

메소드 상세

GetByIdAsync() 공개 정적인 메소드

public static GetByIdAsync ( int id ) : Task
id int
리턴 Task

GetSearchSuggestionsAsync() 공개 정적인 메소드

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

ReportItem() 공개 메소드

public ReportItem ( ) : System
리턴 System

UpdateCacheFromServerAsync() 공개 정적인 메소드

public static UpdateCacheFromServerAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task