Search Results for

    Show / Hide Table of Contents

    Class UI_Grid

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

    Constructors

    | Improve this Doc View Source

    UI_Grid()

    Declaration
    public UI_Grid()

    Properties

    | Improve this Doc View Source

    CreateDateTime

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

    ExportId

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

    Id

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

    Name

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

    RequiredRole

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

    SearchConfiguration

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

    StackId

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

    UI_Grid_Menu_UI_Grid

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

    UI_Grid_Profile_DefaultSelection_UI_Grid

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

    UI_Grid_Profile_UI_Grid_Profile_Grid

    Declaration
    public virtual ICollection<UI_Grid_Profile> UI_Grid_Profile_UI_Grid_Profile_Grid { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<UI_Grid_Profile>

    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