Class PropertyEditorConfigurationViewModel
Represents an editor configuration instance
Implements
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class PropertyEditorConfigurationViewModel : ExtendableViewModel, IPyExtendableViewModel
Constructors
| Improve this Doc View SourcePropertyEditorConfigurationViewModel(PropertyEditorConfiguration, Guid)
Initialize new configuration model
Declaration
public PropertyEditorConfigurationViewModel(PropertyEditorConfiguration model, Guid contextId)
Parameters
Type | Name | Description |
---|---|---|
PropertyEditorConfiguration | model | Model instance |
System.Guid | contextId |
Properties
| Improve this Doc View SourceDataTemplateFileName
Gets or sets the xaml path
Declaration
public string DataTemplateFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataTemplateName
Gets or sets the editor intern name
Declaration
public string DataTemplateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditTemplate
Gets or sets command for editing a template
Declaration
public ICommand EditTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
Model
Gets the api model instance
Declaration
public PropertyEditorConfiguration Model { get; }
Property Value
Type | Description |
---|---|
PropertyEditorConfiguration |