Search Results for

    Show / Hide Table of Contents

    Class TaskSchedulerEditorViewModel

    Main scheduler editor viewmodel

    Inheritance
    System.Object
    TaskSchedulerEditorViewModel
    Namespace: Simplic.TaskScheduler.UI
    Assembly: Simplic.TaskScheduler.UI.dll
    Syntax
    public class TaskSchedulerEditorViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    TaskSchedulerEditorViewModel()

    Initialize scheduler viewmodel

    Declaration
    public TaskSchedulerEditorViewModel()

    Properties

    | Improve this Doc View Source

    AddScheduler

    Gets or sets the add scheduler command

    Declaration
    public ICommand AddScheduler { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    IsSchedulerSelected

    Gets whether there is currently a selected scheduler

    Declaration
    public bool IsSchedulerSelected { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RemoveScheduler

    Gets or sets the remove scheduler command

    Declaration
    public ICommand RemoveScheduler { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    Schedulers

    Gets or sets a list of schedulers

    Declaration
    public ObservableCollection<TaskSchedulerViewModel> Schedulers { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TaskSchedulerViewModel>
    | Improve this Doc View Source

    SelectedScheduler

    Gets or sets the currently selected scheduler

    Declaration
    public TaskSchedulerViewModel SelectedScheduler { get; set; }
    Property Value
    Type Description
    TaskSchedulerViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx