Search Results for

    Show / Hide Table of Contents

    Class UITab

    Represents a tab on the article editor

    Inheritance
    System.Object
    UITab
    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 UITab

    Constructors

    | Improve this Doc View Source

    UITab()

    Article tab

    Declaration
    public UITab()

    Properties

    | Improve this Doc View Source

    ContextId

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

    DisplayName

    Gets the display-text in the default language

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GridConfiguration

    Gets or sets the grid configuration as string

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

    GridConfigurationInstance

    Gets or sets the grid configuration instance

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

    Id

    Gets or sets the tab id

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

    IsDeleted

    Gets or sets whether the tab is deleted or not

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

    NameId

    Gets or sets the name id

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

    OrderId

    Gets or sets the tab order id

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

    RoleName

    Gets or sets the role name which is required to access the tab

    Declaration
    public string RoleName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx