C# Class TodotxtTouch.WindowsPhone.ViewModel.TombstoneState

Afficher le fichier Open project: hartez/TodotxtTouch.WindowsPhone Class Usage Examples

Méthodes publiques

Méthode Description
FromJson ( string state ) : TombstoneState
ToJson ( TombstoneState tombstoneState ) : string
TombstoneState ( string selectedTask, string selectedTaskDraft ) : System.IO

Method Details

FromJson() public static méthode

public static FromJson ( string state ) : TombstoneState
state string
Résultat TombstoneState

ToJson() public static méthode

public static ToJson ( TombstoneState tombstoneState ) : string
tombstoneState TombstoneState
Résultat string

TombstoneState() public méthode

public TombstoneState ( string selectedTask, string selectedTaskDraft ) : System.IO
selectedTask string
selectedTaskDraft string
Résultat System.IO