Search Results for

    Show / Hide Table of Contents

    Class PropertyConfigurationEditor

    Interaktionslogik für PropertyConfigurationEditor.xaml

    Inheritance
    System.Object
    DefaultRibbonWindow
    PropertyConfigurationEditor
    Implements
    ISaveableLayout
    IFocusableControlBase
    Inherited Members
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.GetDeleteRestriction()
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnDelete(WindowDeleteEventArg)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnWindowModeChanged(WindowModeChangedArgs)
    DefaultRibbonWindow.OnPaging(WindowPagingEventArg)
    DefaultRibbonWindow.AddPagingObject(Object)
    DefaultRibbonWindow.FindChild<T>(String)
    DefaultRibbonWindow.FindChildByParent<T>(DependencyObject, String)
    DefaultRibbonWindow.UseLocking
    DefaultRibbonWindow.MessageLabelProperty
    DefaultRibbonWindow.MessageLabel
    DefaultRibbonWindow.AllowSave
    DefaultRibbonWindow.AllowDelete
    DefaultRibbonWindow.AllowPaging
    DefaultRibbonWindow.CloseWithEscape
    DefaultRibbonWindow.WindowMode
    DefaultRibbonWindow.PagingObjects
    DefaultRibbonWindow.CurrentPagingIndex
    DefaultRibbonWindow.CurrentObject
    DefaultRibbonWindow.CloseMessage
    DefaultRibbonWindow.DeleteMessage
    DefaultRibbonWindow.AutoSaveBeforePaging
    DefaultRibbonWindow.RadRibbonView
    DefaultRibbonWindow.RadRibbonHomeTab
    DefaultRibbonWindow.RadRibbonLayoutTab
    DefaultRibbonWindow.RadRibbonSecurityTab
    DefaultRibbonWindow.RadRibbonDataGroup
    DefaultRibbonWindow.FreeEventsOnClosed
    DefaultRibbonWindow.LayoutContext
    DefaultRibbonWindow.ShowSaveDialog
    DefaultRibbonWindow.HasNoOwner
    DefaultRibbonWindow.ResetByTabIndex
    DefaultRibbonWindow.LocalizationService
    DefaultRibbonWindow.IsBusy
    DefaultRibbonWindow.FocusOnStart
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class PropertyConfigurationEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    PropertyConfigurationEditor(Guid)

    Initialize new editor instance

    Declaration
    public PropertyConfigurationEditor(Guid contextId)
    Parameters
    Type Name Description
    System.Guid contextId

    Properties

    | Improve this Doc View Source

    Current

    Gets DataContext as PropertyEditorConfigurationViewModel

    Declaration
    public PropertyEditorConfigurationViewModel Current { get; }
    Property Value
    Type Description
    PropertyEditorConfigurationViewModel

    Methods

    | Improve this Doc View Source

    Edit(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

    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Load ui information

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

    OnSave(WindowSaveEventArg)

    Save ui information

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    Overrides
    DefaultRibbonWindow.OnSave(WindowSaveEventArg)

    Implements

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