Show / Hide Table of Contents

Class AddJobsPageViewModel

Inheritance
object
ReactiveObject
AddJobsPageViewModel
Implements
IReactiveNotifyPropertyChanged<IReactiveObject>
IHandleObservableErrors
IReactiveObject
INotifyPropertyChanged
INotifyPropertyChanging
IEnableLogger
Inherited Members
ReactiveObject.SuppressChangeNotifications()
ReactiveObject.AreChangeNotificationsEnabled()
ReactiveObject.DelayChangeNotifications()
ReactiveObject.Changing
ReactiveObject.Changed
ReactiveObject.ThrownExceptions
ReactiveObject.PropertyChanging
ReactiveObject.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.ViewModels.Pages
Assembly: .dll
Syntax
public class AddJobsPageViewModel : ReactiveObject, IReactiveNotifyPropertyChanged<IReactiveObject>, IHandleObservableErrors, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger

Constructors

| Edit this page View Source

AddJobsPageViewModel()

Declaration
public AddJobsPageViewModel()

Properties

| Edit this page View Source

Add

Declaration
public string Add { get; set; }
Property Value
Type Description
string
| Edit this page View Source

AddAJob

Declaration
public string AddAJob { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ChooseADestinationFolder

Declaration
public string ChooseADestinationFolder { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ChooseASourceFolder

Declaration
public string ChooseASourceFolder { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Complete

Declaration
public string Complete { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Differential

Declaration
public string Differential { get; set; }
Property Value
Type Description
string
| Edit this page View Source

EnterName

Declaration
public string EnterName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

NoFolderSelected

Declaration
public string NoFolderSelected { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

LoadTranslations()

Loads translated text for UI elements from the translation service.

Declaration
public void LoadTranslations()
| Edit this page View Source

RefreshTranslations()

Refreshes translations when the language setting changes.

Declaration
public void RefreshTranslations()

Implements

ReactiveUI.IReactiveNotifyPropertyChanged<TSender>
ReactiveUI.IHandleObservableErrors
ReactiveUI.IReactiveObject
INotifyPropertyChanged
INotifyPropertyChanging
Splat.IEnableLogger
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX