C# Class DvachBrowser.ViewModels.AddPostViewModel

Inheritance: ValidationViewModel
Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddPostViewModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Init() public méthode

public Init ( string boardName, string threadNumber, string postNumber ) : void
boardName string
threadNumber string
postNumber string
Résultat void

Send() public méthode

public Send ( ) : void
Résultat void

UpdateAddPostStorage() public méthode

public UpdateAddPostStorage ( ) : void
Résultat void