Search Results for

    Show / Hide Table of Contents

    Class ContextUIManager

    ui manager

    Inheritance
    System.Object
    ContextUIManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ContextUIManager

    Properties

    | Improve this Doc View Source

    LabelPositions

    Gets a static list of label positions

    Declaration
    public static IList<LabelPositionViewModel> LabelPositions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<LabelPositionViewModel>

    Methods

    | Improve this Doc View Source

    DeleteTab(Guid)

    Remove a tab from the article system

    Declaration
    public void DeleteTab(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Unique tab id

    | Improve this Doc View Source

    GetAllEditorConfiguration(Guid)

    Gets all editor configurations

    Declaration
    public IEnumerable<PropertyEditorConfiguration> GetAllEditorConfiguration(Guid contextId)
    Parameters
    Type Name Description
    System.Guid contextId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<PropertyEditorConfiguration>

    Enumerable of configurations

    | Improve this Doc View Source

    GetEditorConfiguration(Guid)

    Get the editor configuration from the database

    Declaration
    public PropertyEditorConfiguration GetEditorConfiguration(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Unique editor id

    Returns
    Type Description
    PropertyEditorConfiguration
    | Improve this Doc View Source

    GetTab(Guid)

    Gets a single tab instance

    Declaration
    public UITab GetTab(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Unique tab id

    Returns
    Type Description
    UITab

    Article id if found

    | Improve this Doc View Source

    GetTabs(Guid)

    Gets a list of all available tabs

    Declaration
    public IList<UITab> GetTabs(Guid contextId)
    Parameters
    Type Name Description
    System.Guid contextId
    Returns
    Type Description
    System.Collections.Generic.IList<UITab>

    List of tabs

    | Improve this Doc View Source

    SaveEditorConfiguration(PropertyEditorConfiguration, Guid)

    Save the configuration to the database

    Declaration
    public void SaveEditorConfiguration(PropertyEditorConfiguration configuration, Guid contextId)
    Parameters
    Type Name Description
    PropertyEditorConfiguration configuration

    Configuration instance

    System.Guid contextId

    Unique stack id

    | Improve this Doc View Source

    SaveTab(UITab, Guid)

    Save tab information

    Declaration
    public void SaveTab(UITab tab, Guid contextId)
    Parameters
    Type Name Description
    UITab tab

    Tab instance

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