Class LogsPageViewModel
Implements
IReactiveNotifyPropertyChanged<IReactiveObject>
IHandleObservableErrors
IReactiveObject
IEnableLogger
Inherited Members
ReactiveObject.SuppressChangeNotifications()
ReactiveObject.AreChangeNotificationsEnabled()
ReactiveObject.DelayChangeNotifications()
ReactiveObject.Changing
ReactiveObject.Changed
ReactiveObject.ThrownExceptions
ReactiveObject.PropertyChanging
ReactiveObject.PropertyChanged
Namespace: EasySave_Project.ViewModels.Pages
Assembly: .dll
Syntax
public class LogsPageViewModel : ReactiveObject, IReactiveNotifyPropertyChanged<IReactiveObject>, IHandleObservableErrors, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger
Constructors
| Edit this page View SourceLogsPageViewModel()
Declaration
public LogsPageViewModel()
Properties
| Edit this page View SourceAllLogs
Declaration
public string AllLogs { get; }
Property Value
Type | Description |
---|---|
string |
EncryptionTime
Declaration
public string EncryptionTime { get; }
Property Value
Type | Description |
---|---|
string |
FileSize
Declaration
public string FileSize { get; }
Property Value
Type | Description |
---|---|
string |
Nodes
Declaration
public ObservableCollection<LogNode> Nodes { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<LogNode> |
SourcePath
Declaration
public string SourcePath { get; }
Property Value
Type | Description |
---|---|
string |
TargetPath
Declaration
public string TargetPath { get; }
Property Value
Type | Description |
---|---|
string |
Timestamp
Declaration
public string Timestamp { get; }
Property Value
Type | Description |
---|---|
string |
TransferTime
Declaration
public string TransferTime { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceRefresh()
Refreshes translations and reloads the logs.
Declaration
public void Refresh()
Implements
ReactiveUI.IReactiveNotifyPropertyChanged<TSender>
ReactiveUI.IHandleObservableErrors
ReactiveUI.IReactiveObject
Splat.IEnableLogger