Search Results for

    Show / Hide Table of Contents

    Class EditGridPageGovernor

    Page-Governor for showing the grid editor as an application

    Inheritance
    System.Object
    PageGovernor
    EditGridPageGovernor
    Implements
    IPageContent
    Inherited Members
    PageGovernor.EditPage(DBInternPage)
    PageGovernor.OpenPage(DBInternPage)
    PageGovernor.ClosePage(Page)
    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.DBUI.Editor
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class EditGridPageGovernor : PageGovernor, IPageContent

    Constructors

    | Improve this Doc View Source

    EditGridPageGovernor(GridContainerModel)

    Create edit grid page governor

    Declaration
    public EditGridPageGovernor(GridContainerModel configuration)
    Parameters
    Type Name Description
    GridContainerModel configuration

    Configuration model

    Methods

    | Improve this Doc View Source

    CreatePage(DBInternPage)

    Return an instance of the grid editor

    Declaration
    public override Page CreatePage(DBInternPage dbInternPage)
    Parameters
    Type Name Description
    DBInternPage dbInternPage

    Configuration/Parameter

    Returns
    Type Description
    Page

    Instance of the editor

    Overrides
    PageGovernor.CreatePage(DBInternPage)

    Implements

    IPageContent
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx