Search Results for

    Show / Hide Table of Contents

    Class PropertyDefinitionEditor

    Interaktionslogik für PropertyDefinitionEditor.xaml

    Inheritance
    System.Object
    PropertyDefinitionEditor
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class PropertyDefinitionEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    PropertyDefinitionEditor(Guid)

    Initialize new editor instance

    Declaration
    public PropertyDefinitionEditor(Guid contextId)
    Parameters
    Type Name Description
    Guid contextId

    Properties

    | Improve this Doc View Source

    PreviewEditorType

    gets/sets the editor type for preview

    Declaration
    public Type PreviewEditorType { get; set; }
    Property Value
    Type Description
    Type

    Methods

    | Improve this Doc View Source

    Edit(IList<PropertyDefinition>)

    Open the current window with a list of models

    Declaration
    public void Edit(IList<PropertyDefinition> models)
    Parameters
    Type Name Description
    IList<PropertyDefinition> models

    List of models to edit

    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Load ui information

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save ui information

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx