Search Results for

    Show / Hide Table of Contents

    Class UI_Grid_Menu

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

    Constructors

    | Improve this Doc View Source

    UI_Grid_Menu()

    Declaration
    public UI_Grid_Menu()

    Properties

    | Improve this Doc View Source

    AddToContextMenu

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

    ClrClass

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

    ClrMethod

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

    ClrNamespace

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

    DisplayIndex

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

    DisplayName

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

    ExecuteOnDoubleClick

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

    GridId

    Declaration
    public Guid GridId { 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

    IsCustomMenuEntry

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

    IsGridColumnBased

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

    IsRowBased

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

    KeyCode1

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

    KeyCode2

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

    KeyCode3

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

    LargeIconGuid

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

    NamedEvent

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

    NameParameterName

    Gibt den Namen des Parameters in einer Python oder C# Methode an, an die der Name einer Spalte aus einem generierten Menüeintrag übergeben werden kann.

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

    ParentId

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

    PrintReport

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

    QuickReportName

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

    ReportViewerType

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

    RibbonIconSize

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

    RightGuid

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

    ScriptClass

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

    ScriptMethod

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

    ScriptName

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

    SmallIconGuid

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

    UI_Grid

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

    ValueParameterName

    Gibt den Namen des Parameters in einer Python oder C# Methode an, and die der Wert eines generierten Menüeintrags übergeben werden kann an.

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

    VisibilityExpression

    Declaration
    public string VisibilityExpression { 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