C# Class Gilgame.SEWorkbench.ViewModels.BackupViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: gilgame/SEWorkbench Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( Models model ) : void
BackupViewModel ( BaseViewModel parent ) : System
Clear ( ) : void
PerformClearAll ( ) : void
PerformDelete ( string original ) : void
PerformRestoreAll ( ) : void
RemoveItem ( string original ) : void

Private Methods

Méthode Description
PerformRestore ( string original ) : void
RaiseRestoreRequested ( string original, string contents ) : void

Method Details

AddItem() public méthode

public AddItem ( Models model ) : void
model Models
Résultat void

BackupViewModel() public méthode

public BackupViewModel ( BaseViewModel parent ) : System
parent BaseViewModel
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

PerformClearAll() public méthode

public PerformClearAll ( ) : void
Résultat void

PerformDelete() public méthode

public PerformDelete ( string original ) : void
original string
Résultat void

PerformRestoreAll() public méthode

public PerformRestoreAll ( ) : void
Résultat void

RemoveItem() public méthode

public RemoveItem ( string original ) : void
original string
Résultat void