C# Class DvachBrowser.ViewModels.AddPostViewModel

Inheritance: ValidationViewModel
Mostrar archivo Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Public Methods

Method Description
AddPostViewModel ( ) : System.Collections.Generic
Init ( string boardName, string threadNumber, string postNumber ) : void
Send ( ) : void
UpdateAddPostStorage ( ) : void

Private Methods

Method Description
AttachFile ( ) : void
CreatePostParameters ( ) : object>.Dictionary
HideLoading ( ) : void
OnChoosePhotoCompleted ( PhotoResult result ) : void
OnPostCompleted ( string response ) : void
OnPostError ( string message ) : void
RemoveFile ( ) : void
ShowLoading ( ) : void

Method Details

AddPostViewModel() public method

public AddPostViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

Init() public method

public Init ( string boardName, string threadNumber, string postNumber ) : void
boardName string
threadNumber string
postNumber string
return void

Send() public method

public Send ( ) : void
return void

UpdateAddPostStorage() public method

public UpdateAddPostStorage ( ) : void
return void