C# Class ShowMeMetro.Models.ShowsFile

Mostra file Open project: michaellperry/AsyncWin8

Public Methods

Method Description
GetFileExistsAsync ( ) : Task
ReadDocumentAsync ( ) : Task
WriteDocumentAsync ( ShowsDocument document ) : System.Threading.Tasks.Task

Method Details

GetFileExistsAsync() public method

public GetFileExistsAsync ( ) : Task
return Task

ReadDocumentAsync() public method

public ReadDocumentAsync ( ) : Task
return Task

WriteDocumentAsync() public method

public WriteDocumentAsync ( ShowsDocument document ) : System.Threading.Tasks.Task
document ShowsDocument
return System.Threading.Tasks.Task