Search Results for

    Show / Hide Table of Contents

    Class PropertyEditorConfigurationViewModel

    Represents an editor configuration instance

    Inheritance
    System.Object
    ExtendableViewModel
    PropertyEditorConfigurationViewModel
    Implements
    IPyExtendableViewModel
    Inherited Members
    ExtendableViewModel.CustomPropertyGetter(String, Object, PropertyInfo)
    ExtendableViewModel.CustomPropertySetter(String, Object, Object, PropertyInfo)
    ExtendableViewModel.PyHook
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class PropertyEditorConfigurationViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    PropertyEditorConfigurationViewModel(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 Source

    DataTemplateFileName

    Gets or sets the xaml path

    Declaration
    public string DataTemplateFileName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DataTemplateName

    Gets or sets the editor intern name

    Declaration
    public string DataTemplateName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EditTemplate

    Gets or sets command for editing a template

    Declaration
    public ICommand EditTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    Model

    Gets the api model instance

    Declaration
    public PropertyEditorConfiguration Model { get; }
    Property Value
    Type Description
    PropertyEditorConfiguration

    Implements

    IPyExtendableViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx