Class BaseInstanceDataLinkerWindow
Base class of a instance data linker editor window.
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public abstract class BaseInstanceDataLinkerWindow : ApplicationWindow<Guid, InstanceDataLinker, InstanceDataLinkerViewModel, IInstanceDataLinkerService>
Constructors
| Improve this Doc View SourceBaseInstanceDataLinkerWindow(IInstanceDataLinkerService)
Construct a new instance data linker editor window.
Declaration
public BaseInstanceDataLinkerWindow(IInstanceDataLinkerService service)
Parameters
Type | Name | Description |
---|---|---|
IInstanceDataLinkerService | service | The linker service to be used by the editor. |