Search Results for

    Show / Hide Table of Contents

    Class BaseContextEditor

    Base class for preview editor

    Inheritance
    System.Object
    DefaultRibbonWindow
    StackBasedWindow
    BaseContextEditor
    Implements
    ISaveableLayout
    IFocusableControlBase
    Inherited Members
    StackBasedWindow.CommentWindowClosed
    StackBasedWindow.InvokeFlowEvents
    StackBasedWindow.InvokeFlowEventsProperty
    StackBasedWindow.OnCreateArchiveRibbon(RibbonTab)
    StackBasedWindow.GetDeleteRestriction()
    StackBasedWindow.OnOpenPage(WindowOpenPageEventArg)
    StackBasedWindow.OnSave(WindowSaveEventArg)
    StackBasedWindow.OnDelete(WindowDeleteEventArg)
    StackBasedWindow.OnWindowModeChanged(WindowModeChangedArgs)
    StackBasedWindow.OnOpenSetNotificationWindow(OpenSetNotificationWindowArgs)
    StackBasedWindow.GetInstanceDataGuid()
    StackBasedWindow.SetInstanceDataGuid(Guid)
    StackBasedWindow.SetStackParameter(DocCenterParameter)
    StackBasedWindow.OnDocumentArchived(Guid)
    StackBasedWindow.OnClosed(EventArgs)
    StackBasedWindow.StackName
    StackBasedWindow.StackGuid
    StackBasedWindow.UseRegisterAssignment
    StackBasedWindow.UseAutoConnector
    StackBasedWindow.AddAccessRights
    StackBasedWindow.StackParameter
    StackBasedWindow.AllowInstanceDataComment
    StackBasedWindow.SecurityType
    StackBasedWindow.EnableTenantSystem
    StackBasedWindow.RefreshCommentControlAutomatically
    StackBasedWindow.ReportTab
    StackBasedWindow.ArchiveTab
    StackBasedWindow.SelectedTenantId
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    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 BaseContextEditor : StackBasedWindow

    Constructors

    | Improve this Doc View Source

    BaseContextEditor()

    Constructor

    Declaration
    public BaseContextEditor()

    Properties

    | Improve this Doc View Source

    _LoadOnOpenPage

    gets/sets flag

    Declaration
    public bool _LoadOnOpenPage { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ContextManager

    gets/sets context manager

    Declaration
    public ContextManager ContextManager { get; set; }
    Property Value
    Type Description
    ContextManager
    | Improve this Doc View Source

    ShowGridLines

    gets/sets flag

    Declaration
    public bool ShowGridLines { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UIManager

    gets/sets UI Manager

    Declaration
    public ContextUIManager UIManager { get; set; }
    Property Value
    Type Description
    ContextUIManager

    Methods

    | Improve this Doc View Source

    AddProperty(PropertyAssignment, ref IDictionary<Guid, WindowGrid>, ref IList<Tuple<Int32, TabItem>>)

    Add a property to grid/tab

    Declaration
    protected void AddProperty(PropertyAssignment property, ref IDictionary<Guid, WindowGrid> _grids, ref IList<Tuple<int, TabItem>> _tabs)
    Parameters
    Type Name Description
    PropertyAssignment property
    System.Collections.Generic.IDictionary<System.Guid, WindowGrid> _grids
    System.Collections.Generic.IList<System.Tuple<System.Int32, System.Windows.Controls.TabItem>> _tabs
    | Improve this Doc View Source

    GetGridLengthFromString(String)

    Parse grid-length to string

    Declaration
    protected GridLength GetGridLengthFromString(string length)
    Parameters
    Type Name Description
    System.String length

    Length string

    Returns
    Type Description
    System.Windows.GridLength

    Instance of GridLength

    | Improve this Doc View Source

    New()

    Must be overwritten for preview

    Declaration
    public virtual void New()

    Implements

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