Search Results for

    Show / Hide Table of Contents

    Class TaskSchedulerEditor

    Interaction logic for TaskSchedulerEditor.xaml

    Inheritance
    System.Object
    TaskSchedulerEditor
    Namespace: Simplic.TaskScheduler.UI
    Assembly: Simplic.TaskScheduler.UI.dll
    Syntax
    public class TaskSchedulerEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    TaskSchedulerEditor()

    Initialize editor

    Declaration
    public TaskSchedulerEditor()

    Properties

    | Improve this Doc View Source

    ViewModel

    Gets datacontext as TaskSchedulerEditorViewModel

    Declaration
    public TaskSchedulerEditorViewModel ViewModel { get; }
    Property Value
    Type Description
    TaskSchedulerEditorViewModel

    Methods

    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save changes

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    | Improve this Doc View Source

    ShowEditor()

    Show editor instance

    Declaration
    public static void ShowEditor()
    | Improve this Doc View Source

    ShowEditor(Guid)

    Show editor instance

    Declaration
    public static void ShowEditor(Guid appId)
    Parameters
    Type Name Description
    System.Guid appId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx