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 SourceTaskSchedulerEditor()
Initialize editor
Declaration
public TaskSchedulerEditor()
Properties
| Improve this Doc View SourceViewModel
Gets datacontext as TaskSchedulerEditorViewModel
Declaration
public TaskSchedulerEditorViewModel ViewModel { get; }
Property Value
Type | Description |
---|---|
TaskSchedulerEditorViewModel |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save changes
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
ShowEditor()
Show editor instance
Declaration
public static void ShowEditor()
ShowEditor(Guid)
Show editor instance
Declaration
public static void ShowEditor(Guid appId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | appId |