C# 클래스 MobileAppsFilesSample.TodoItemImageViewModel

상속: ViewModel
파일 보기 프로젝트 열기: Azure-Samples/app-service-mobile-dotnet-todo-list-files 1 사용 예제들

공개 메소드들

메소드 설명
CreateAsync ( MobileServiceFile file, TodoItem todoItem, Action deleteHandler ) : Task

비공개 메소드들

메소드 설명
InitializeCommands ( ) : void
TodoItemImageViewModel ( ) : System

메소드 상세

CreateAsync() 공개 정적인 메소드

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