Search Results for

    Show / Hide Table of Contents

    Class BaseContextEditor

    Base class for preview editor

    Inheritance
    System.Object
    StackBasedWindow
    BaseContextEditor
    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
    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
    IDictionary<Guid, WindowGrid> _grids
    IList<Tuple<System.Int32, 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
    GridLength

    Instance of GridLength

    | Improve this Doc View Source

    New()

    Must be overwritten for preview

    Declaration
    public virtual void New()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx