Class AddonFieldsControl
Interaction logic for AddonFieldsControl.xaml
Inheritance
System.Object
AddonFieldsControl
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class AddonFieldsControl : UserControl
Constructors
| Improve this Doc View SourceAddonFieldsControl(String)
Create control
Declaration
public AddonFieldsControl(string stackName)
Parameters
Type | Name | Description |
---|---|---|
System.String | stackName | Name of the simplic stack |
Properties
| Improve this Doc View SourceInstanceDataGuid
Id of the current instance data guid, which filled the control
Declaration
public Guid InstanceDataGuid { get; }
Property Value
Type | Description |
---|---|
Guid |
StackName
Name of the used stack
Declaration
public string StackName { get; }
Property Value
Type | Description |
---|---|
System.String |
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()
SetValue<T>(IDictionary<String, Object>, InstanceDataAddonFieldBase)
Declaration
public void SetValue<T>(IDictionary<string, object> cols, InstanceDataAddonFieldBase field)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.Object> | cols | |
InstanceDataAddonFieldBase | field |
Type Parameters
Name | Description |
---|---|
T |