Search Results for

    Show / Hide Table of Contents

    Class IntegratedGridView

    Control which integrates a CursorGridViewControl

    Inheritance
    System.Object
    IntegratedGridView
    Implements
    IDisposable
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class IntegratedGridView : UserControl

    Constructors

    | Improve this Doc View Source

    IntegratedGridView()

    Create new integrated grdiview

    Declaration
    public IntegratedGridView()

    Properties

    | Improve this Doc View Source

    Configuration

    Current Grid-Configuration/DataContext

    Declaration
    public GridContainerModel Configuration { get; }
    Property Value
    Type Description
    GridContainerModel
    | Improve this Doc View Source

    EmbeddedGridView

    Get the instance of the currently embedded gridview, this should be CursorGridViewControl.

    Declaration
    public CursorGridViewControl EmbeddedGridView { get; }
    Property Value
    Type Description
    CursorGridViewControl
    | Improve this Doc View Source

    IsNestedGrid

    Gets or sets whether this is a nested grid

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

    MenuExtensions

    List of menu extensions

    Declaration
    public IList<IGridMenuExtension> MenuExtensions { get; }
    Property Value
    Type Description
    IList<IGridMenuExtension>
    | Improve this Doc View Source

    MenuHandler

    Handler for working with grid view menu functions

    Declaration
    public GridMenuHandler MenuHandler { get; }
    Property Value
    Type Description
    GridMenuHandler
    | Improve this Doc View Source

    NestedGridParameter

    Gets or sets the nested grid parameter

    Declaration
    protected IDictionary<string, object> NestedGridParameter { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    ParentGrid

    Gets or sets the parent grid instance

    Declaration
    protected CursorGridViewControl ParentGrid { get; set; }
    Property Value
    Type Description
    CursorGridViewControl
    | Improve this Doc View Source

    SelectedProfile

    Get currently selected profile

    Declaration
    public GridProfileConfigurationModel SelectedProfile { get; }
    Property Value
    Type Description
    GridProfileConfigurationModel

    Methods

    | Improve this Doc View Source

    AddMenuExtension(IGridMenuExtension)

    Add menu extension

    Declaration
    public void AddMenuExtension(IGridMenuExtension ext)
    Parameters
    Type Name Description
    IGridMenuExtension ext

    Extension instance

    | Improve this Doc View Source

    CancelLoading()

    Cancel the current loading process

    Declaration
    public void CancelLoading()
    | Improve this Doc View Source

    Dispose()

    Dispose the current object

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    HideSearchSystem()

    Hide the search system

    Declaration
    public void HideSearchSystem()
    | Improve this Doc View Source

    LoadConfiguration(Guid, Boolean)

    Configurate the current IntegratedGridView/GridViewControl

    Declaration
    public void LoadConfiguration(Guid id, bool forceUpdate = false)
    Parameters
    Type Name Description
    Guid id

    Unique id of the grid

    System.Boolean forceUpdate

    Forces to update the cache list if true

    | Improve this Doc View Source

    LoadConfiguration(GridContainerModel)

    Configurate the current IntegratedGridView/GridViewControl with an instance of a GridContainerMdel

    Declaration
    public void LoadConfiguration(GridContainerModel configuration)
    Parameters
    Type Name Description
    GridContainerModel configuration

    Instance of a GridContainerModel

    | Improve this Doc View Source

    LoadConfiguration(String, Boolean)

    Configurate the current IntegratedGridView/GridViewControl

    Declaration
    public void LoadConfiguration(string internName, bool forceUpdate = false)
    Parameters
    Type Name Description
    System.String internName

    Unique name of the grid

    System.Boolean forceUpdate

    Forces to update the cache list if true

    | Improve this Doc View Source

    RefreshData()

    Refresh data (reload grid), if a search-object is defiend, this will be used for refreshing data

    Declaration
    public void RefreshData()
    | Improve this Doc View Source

    SetDataConnection(String)

    Set connection string for loading data, default is "default"

    Declaration
    public void SetDataConnection(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the connection string

    | Improve this Doc View Source

    SetProfile(GridProfileConfigurationModel)

    Set the currently selected profile

    Declaration
    public void SetProfile(GridProfileConfigurationModel profile)
    Parameters
    Type Name Description
    GridProfileConfigurationModel profile

    Instance of a grid profile

    | Improve this Doc View Source

    ShowRefreshMessage()

    Show message, that the Grid must be refreshd for showing actual data

    Declaration
    public void ShowRefreshMessage()
    | Improve this Doc View Source

    ShowSearchSystem()

    Show the search system

    Declaration
    public void ShowSearchSystem()

    Events

    | Improve this Doc View Source

    SelectedProfileChanged

    Will be called, if the selected profile changed

    Declaration
    public event IntegratedGridView.SelectedProfileChangedHandler SelectedProfileChanged
    Event Type
    Type Description
    IntegratedGridView.SelectedProfileChangedHandler

    Implements

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