Class BackupItemViewModel
- Namespace
- McServerLauncher.ViewModels
- Assembly
- McServerLauncher.dll
A single backup entry shown in the list.
public class BackupItemViewModel : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
BackupItemViewModel
- Implements
- Inherited Members
Constructors
BackupItemViewModel(BackupInfo)
public BackupItemViewModel(WorldBackupService.BackupInfo info)
Parameters
Properties
CreatedAtText
public string CreatedAtText { get; }
Property Value
FileName
public string FileName { get; }
Property Value
FilePath
public string FilePath { get; }
Property Value
SizeText
public string SizeText { get; }
Property Value
TriggerText
public string TriggerText { get; }