Search Results for

    Show / Hide Table of Contents

    Class GridContainerCachable

    Cacheitem for storing grid information

    Inheritance
    System.Object
    GridContainerCachable
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class GridContainerCachable : ICacheable

    Constructors

    | Improve this Doc View Source

    GridContainerCachable(GridContainerModel)

    Create Grid-Cacheable

    Declaration
    public GridContainerCachable(GridContainerModel model)
    Parameters
    Type Name Description
    GridContainerModel model

    Model instance, must not be null

    Properties

    | Improve this Doc View Source

    Key

    Unique Key of the item

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

    Model

    Cached container model (configuration)

    Declaration
    public GridContainerModel Model { get; }
    Property Value
    Type Description
    GridContainerModel

    Methods

    | Improve this Doc View Source

    OnRemove()

    Remove cached item

    Declaration
    public void OnRemove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx