C# Class TodotxtTouch.WindowsPhone.ViewModel.MainViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: hartez/TodotxtTouch.WindowsPhone

Private Properties

Свойство Type Description
AddTask void
ArchiveTasks void
CanInitiateCallExecute bool
CanViewTaskDetailsExecute bool
Filter void
FilterByContext void
FilterByProject void
FinishSavingArchive void
InitiateArchiveTasks void
InitiateCall void
MarkSelectedTasksComplete void
RemoveSelectedTasks void
SaveCurrentTask void
Sync void
TaskFileServiceOnLocalHasChangesChanged void
ViewTask void
WireUpCommands void

Méthodes publiques

Méthode Description
MainViewModel ( PrimaryTaskFileService taskFileService, ArchiveTaskFileService archiveFileService, ApplicationSettings applicationSettings ) : System

Initializes a new instance of the MainViewModel class.

SetState ( TombstoneState state ) : void
WireupTaskFileServices ( PrimaryTaskFileService ptfs, ArchiveTaskFileService atfs ) : void

Private Methods

Méthode Description
AddTask ( ) : void
ArchiveTasks ( object obj, LoadingStateChangedEventArgs args ) : void
CanInitiateCallExecute ( ) : bool
CanViewTaskDetailsExecute ( ) : bool
Filter ( DrillDownMessage message ) : void
FilterByContext ( ) : void
FilterByProject ( ) : void
FinishSavingArchive ( object obj, LoadingStateChangedEventArgs args ) : void
InitiateArchiveTasks ( ) : void
InitiateCall ( ) : void
MarkSelectedTasksComplete ( ) : void
RemoveSelectedTasks ( ) : void
SaveCurrentTask ( ) : void
Sync ( ) : void
TaskFileServiceOnLocalHasChangesChanged ( object sender, LocalHasChangesChangedEventArgs localHasChangesChangedEventArgs ) : void
ViewTask ( ) : void
WireUpCommands ( ) : void

Method Details

MainViewModel() public méthode

Initializes a new instance of the MainViewModel class.
public MainViewModel ( PrimaryTaskFileService taskFileService, ArchiveTaskFileService archiveFileService, ApplicationSettings applicationSettings ) : System
taskFileService TodotxtTouch.WindowsPhone.Service.PrimaryTaskFileService
archiveFileService TodotxtTouch.WindowsPhone.Service.ArchiveTaskFileService
applicationSettings ApplicationSettings
Résultat System

SetState() public méthode

public SetState ( TombstoneState state ) : void
state TombstoneState
Résultat void

WireupTaskFileServices() public méthode

public WireupTaskFileServices ( PrimaryTaskFileService ptfs, ArchiveTaskFileService atfs ) : void
ptfs TodotxtTouch.WindowsPhone.Service.PrimaryTaskFileService
atfs TodotxtTouch.WindowsPhone.Service.ArchiveTaskFileService
Résultat void