Class PropertyConfigurationEditor
Interaktionslogik für PropertyConfigurationEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class PropertyConfigurationEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourcePropertyConfigurationEditor(Guid)
Initialize new editor instance
Declaration
public PropertyConfigurationEditor(Guid contextId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | contextId |
Properties
| Improve this Doc View SourceCurrent
Gets DataContext as PropertyEditorConfigurationViewModel
Declaration
public PropertyEditorConfigurationViewModel Current { get; }
Property Value
Type | Description |
---|---|
PropertyEditorConfigurationViewModel |
Methods
| Improve this Doc View SourceEdit(IList<PropertyEditorConfiguration>)
Open the current window with a list of models
Declaration
public void Edit(IList<PropertyEditorConfiguration> models)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<PropertyEditorConfiguration> | models | List of models to edit |
OnOpenPage(WindowOpenPageEventArg)
Load ui information
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
Overrides
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase