Search Results for

    Show / Hide Table of Contents

    Class TaskSchedulerViewModel

    Single scheduler viewmodel

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

    Constructors

    | Improve this Doc View Source

    TaskSchedulerViewModel(TaskSchedulerConfiguration)

    Initialize scheduler viewmodel

    Declaration
    public TaskSchedulerViewModel(TaskSchedulerConfiguration model)
    Parameters
    Type Name Description
    TaskSchedulerConfiguration model

    Model instance

    Properties

    | Improve this Doc View Source

    AppServerName

    Gets or sets the application server name

    Declaration
    public string AppServerName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Day

    Gets or sets cron "day" settings

    Declaration
    public string Day { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DayOfWeek

    Gets or sets cron "DayOfWeek" settings

    Declaration
    public string DayOfWeek { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ExecutionTimeMode

    Gets or sets the execution mode

    Declaration
    public ExecutionTimeMode ExecutionTimeMode { get; set; }
    Property Value
    Type Description
    ExecutionTimeMode
    | Improve this Doc View Source

    ExecutionTimeModes

    Gets a list of available time modes

    Declaration
    public IList<ExecutionTimeMode> ExecutionTimeModes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ExecutionTimeMode>
    | Improve this Doc View Source

    Hour

    Gets or sets cron "hour" settings

    Declaration
    public string Hour { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsActive

    Gets or sets whether the job is active

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

    IsCronEnabled

    Gets whether cron is enabled

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

    IsPrivate

    Gets or sets whether the scheduler is private

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

    IsSecondsEnabled

    Gets whether seconds are enabled

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

    MachineName

    Gets or sets the current machine name

    Declaration
    public string MachineName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Minute

    Gets or sets cron "minute" settings

    Declaration
    public string Minute { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Model

    Gets the model instance

    Declaration
    public TaskSchedulerConfiguration Model { get; }
    Property Value
    Type Description
    TaskSchedulerConfiguration
    | Improve this Doc View Source

    Month

    Gets or sets cron "month" settings

    Declaration
    public string Month { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets or sets the name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Seconds

    Gets or sets the recurring seconds

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