Class AddonFieldsWindow
Interaction logic for AddonFieldsControl.xaml
Inheritance
System.Object
AddonFieldsWindow
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class AddonFieldsWindow : Window
Constructors
| Improve this Doc View SourceAddonFieldsWindow(String)
Create control
Declaration
public AddonFieldsWindow(string stackName)
Parameters
Type | Name | Description |
---|---|---|
System.String | stackName | Name of the simplic stack |
Methods
| Improve this Doc View SourceDelete()
Delete the addon informations
Declaration
public void Delete()
Fill(Guid)
Fill the current addon-system
Declaration
public void Fill(Guid instanceDataGuid)
Parameters
Type | Name | Description |
---|---|---|
Guid | instanceDataGuid | Instance-Data guid to fill the ui |
Save()
Save the addon informations
Declaration
public void Save()