C# 클래스 DvachBrowser.ViewModels.AddPostViewModel

상속: ValidationViewModel
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7 1 사용 예제들

공개 메소드들

메소드 설명
AddPostViewModel ( ) : System.Collections.Generic
Init ( string boardName, string threadNumber, string postNumber ) : void
Send ( ) : void
UpdateAddPostStorage ( ) : void

비공개 메소드들

메소드 설명
AttachFile ( ) : void
CreatePostParameters ( ) : object>.Dictionary
HideLoading ( ) : void
OnChoosePhotoCompleted ( PhotoResult result ) : void
OnPostCompleted ( string response ) : void
OnPostError ( string message ) : void
RemoveFile ( ) : void
ShowLoading ( ) : void

메소드 상세

AddPostViewModel() 공개 메소드

public AddPostViewModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Init() 공개 메소드

public Init ( string boardName, string threadNumber, string postNumber ) : void
boardName string
threadNumber string
postNumber string
리턴 void

Send() 공개 메소드

public Send ( ) : void
리턴 void

UpdateAddPostStorage() 공개 메소드

public UpdateAddPostStorage ( ) : void
리턴 void