C# Class MobileAppsFilesSample.TodoItemImageViewModel

Inheritance: ViewModel
显示文件 Open project: Azure-Samples/app-service-mobile-dotnet-todo-list-files Class Usage Examples

Public Methods

Method Description
CreateAsync ( MobileServiceFile file, TodoItem todoItem, Action deleteHandler ) : Task

Private Methods

Method Description
InitializeCommands ( ) : void
TodoItemImageViewModel ( ) : System

Method Details

CreateAsync() public static method

public static CreateAsync ( MobileServiceFile file, TodoItem todoItem, Action deleteHandler ) : Task
file Microsoft.WindowsAzure.MobileServices.Files.MobileServiceFile
todoItem TodoItem
deleteHandler Action
return Task