Class AddJobsPageViewModel
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 AddJobsPageViewModel : ReactiveObject, IReactiveNotifyPropertyChanged<IReactiveObject>, IHandleObservableErrors, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger
Constructors
| Edit this page View SourceAddJobsPageViewModel()
Declaration
public AddJobsPageViewModel()
Properties
| Edit this page View SourceAdd
Declaration
public string Add { get; set; }
Property Value
Type | Description |
---|---|
string |
AddAJob
Declaration
public string AddAJob { get; set; }
Property Value
Type | Description |
---|---|
string |
ChooseADestinationFolder
Declaration
public string ChooseADestinationFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
ChooseASourceFolder
Declaration
public string ChooseASourceFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
Complete
Declaration
public string Complete { get; set; }
Property Value
Type | Description |
---|---|
string |
Differential
Declaration
public string Differential { get; set; }
Property Value
Type | Description |
---|---|
string |
EnterName
Declaration
public string EnterName { get; set; }
Property Value
Type | Description |
---|---|
string |
NoFolderSelected
Declaration
public string NoFolderSelected { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceLoadTranslations()
Loads translated text for UI elements from the translation service.
Declaration
public void LoadTranslations()
RefreshTranslations()
Refreshes translations when the language setting changes.
Declaration
public void RefreshTranslations()
Implements
ReactiveUI.IReactiveNotifyPropertyChanged<TSender>
ReactiveUI.IHandleObservableErrors
ReactiveUI.IReactiveObject
Splat.IEnableLogger