Search Results for

    Show / Hide Table of Contents

    Class MenuManager

    Klasse zur Verwaltung des Menüs.

    Inheritance
    System.Object
    MenuManager
    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.UI
    Assembly: Simplic.Framework.dll
    Syntax
    public class MenuManager

    Properties

    | Improve this Doc View Source

    MainRibbonMenu

    Gets or sets the main ribbon menu

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

    Pages

    Gets a list of available pages

    Declaration
    public IList<DBInternPage> Pages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<DBInternPage>
    | Improve this Doc View Source

    Singleton

    Singleton

    Declaration
    public static MenuManager Singleton { get; }
    Property Value
    Type Description
    MenuManager

    Methods

    | Improve this Doc View Source

    GetContentType(Guid)

    Läd den Applikationstyp anhand einer Guid

    Declaration
    public ESS_MS_Intern_Page_Content_Info GetContentType(Guid ContentType)
    Parameters
    Type Name Description
    System.Guid ContentType

    Guid des Applikationstyps

    Returns
    Type Description
    ESS_MS_Intern_Page_Content_Info

    Info-Klasse zu dem Applikationstyp aus der Tabelle ESS_MS_Intern_Page_Content

    | Improve this Doc View Source

    GetDBInternPage(Guid)

    Get DBInternPage by Guid

    Declaration
    public DBInternPage GetDBInternPage(Guid Guid)
    Parameters
    Type Name Description
    System.Guid Guid
    Returns
    Type Description
    DBInternPage
    | Improve this Doc View Source

    GetDominantColor(Byte[])

    Gibt die dominate Farbe eines Icons zuurück

    Declaration
    public static Color GetDominantColor(byte[] Icon)
    Parameters
    Type Name Description
    System.Byte[] Icon

    Icon als Byte-Array

    Returns
    Type Description
    System.Drawing.Color

    Farbe als System.Drawing.Color

    | Improve this Doc View Source

    GetPage(Guid)

    Läd eine Applikation anhand seinder Guid

    Declaration
    public DBInternPage GetPage(Guid Guid)
    Parameters
    Type Name Description
    System.Guid Guid

    Guid der Applikation

    Returns
    Type Description
    DBInternPage

    Gibt alle Infos zu einer Applikations zurück (Basis-Infos)

    | Improve this Doc View Source

    GetRibbonGroup(Nullable<Guid>)

    Holt eine RibbonGroup anhand der Guid aus dem aktuellen Menü

    Declaration
    public RadRibbonGroup GetRibbonGroup(Guid? Guid)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> Guid

    Id der RibbonGrouop

    Returns
    Type Description
    RadRibbonGroup

    Instanz einer RadRibbonGroup

    | Improve this Doc View Source

    GetRibbonTab(Guid)

    Holt einen RibbonTab aus dem aktuellen Menu

    Declaration
    public RadRibbonTab GetRibbonTab(Guid Guid)
    Parameters
    Type Name Description
    System.Guid Guid

    Guid des Tabs

    Returns
    Type Description
    RadRibbonTab

    Instanz eines RadRibbon-Tabs

    | Improve this Doc View Source

    LoadMenu()

    Loads the menu. If the menu is already loaded, menu elements could be loaded twice. To refresh / reload te menu use ReloadMenu() method.

    Declaration
    public void LoadMenu()
    | Improve this Doc View Source

    MigrateUserAccess()

    Migrate user access for navigation commands

    Declaration
    public void MigrateUserAccess()
    | Improve this Doc View Source

    ReloadMenu()

    Leert alle Menü-Einträge und erstellt sie erneut (läd das Menu)

    Declaration
    public void ReloadMenu()

    Events

    | Improve this Doc View Source

    OnMenuItemLoadedEventHandler

    OnMenuItemLoadedEventHandler

    Declaration
    public event MenuManager.OnMenuItemLoaded OnMenuItemLoadedEventHandler
    Event Type
    Type Description
    MenuManager.OnMenuItemLoaded
    | Improve this Doc View Source

    OnMenuLoaded

    OnMenuLoaded

    Declaration
    public event MenuManager.MenuLoaded OnMenuLoaded
    Event Type
    Type Description
    MenuManager.MenuLoaded
    | Improve this Doc View Source

    OnReloadStartPageItemsEventHandler

    This event will be fired when a new item is added to the start page.

    Declaration
    public event MenuManager.OnReloadStartPageItems OnReloadStartPageItemsEventHandler
    Event Type
    Type Description
    MenuManager.OnReloadStartPageItems
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx