Class InstanceDataLinkerWindow
A instance data linker editor window.
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class InstanceDataLinkerWindow : BaseInstanceDataLinkerWindow
Constructors
| Improve this Doc View SourceInstanceDataLinkerWindow(IInstanceDataLinkerService)
Construct a new instance data linker editor window.
Declaration
public InstanceDataLinkerWindow(IInstanceDataLinkerService service)
Parameters
Type | Name | Description |
---|---|---|
IInstanceDataLinkerService | service | The linker service to be used by the editor. |
Methods
| Improve this Doc View SourceOnDelete(WindowDeleteEventArg)
Delete the linker.
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnSave(WindowSaveEventArg)
Save the linker.
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |