Class PropertyDefinitionEditor
Interaktionslogik für PropertyDefinitionEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class PropertyDefinitionEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourcePropertyDefinitionEditor(Guid)
Initialize new editor instance
Declaration
public PropertyDefinitionEditor(Guid contextId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | contextId |
Properties
| Improve this Doc View SourcePreviewEditorType
gets/sets the editor type for preview
Declaration
public Type PreviewEditorType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceEdit(IList<PropertyDefinition>)
Open the current window with a list of models
Declaration
public void Edit(IList<PropertyDefinition> models)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<PropertyDefinition> | 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