C# Class csDataServerPlugin.BackupTabViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
IntervalOptions int[]

Méthodes publiques

Méthode Description
CreateBackup ( ) : void
Refresh ( ) : void
Restore ( Backup b ) : void
SelectInterval ( FrameworkElement fe ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
GetIntervalText ( int minutes ) : string
GetMenu ( FrameworkElement fe ) : MenuPopupViewModel

Method Details

CreateBackup() public méthode

public CreateBackup ( ) : void
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Restore() public méthode

public Restore ( Backup b ) : void
b Backup
Résultat void

SelectInterval() public méthode

public SelectInterval ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
Résultat void

Property Details

IntervalOptions public_oe property

public int[] IntervalOptions
Résultat int[]