Search Results for

    Show / Hide Table of Contents

    Class RibbonMenu_Tab

    Inheritance
    System.Object
    RibbonMenu_Tab
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class RibbonMenu_Tab : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    RibbonMenu_Tab()

    Declaration
    public RibbonMenu_Tab()

    Properties

    | Improve this Doc View Source

    Guid

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

    OrderNr

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RibbonMenu_Group_RibbonMenu_Tab

    Declaration
    public virtual ICollection<RibbonMenu_Group> RibbonMenu_Group_RibbonMenu_Tab { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<RibbonMenu_Group>
    | Improve this Doc View Source

    TabHeader

    Declaration
    public string TabHeader { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx