Table of Contents

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

info WorldBackupService.BackupInfo

Properties

CreatedAtText

public string CreatedAtText { get; }

Property Value

string

FileName

public string FileName { get; }

Property Value

string

FilePath

public string FilePath { get; }

Property Value

string

SizeText

public string SizeText { get; }

Property Value

string

TriggerText

public string TriggerText { get; }

Property Value

string