Search Results for

    Show / Hide Table of Contents

    Class GridContainerNameMappingCacheable

    Cacheitem for mapping a grid name and it's grid id, so this information does not have to be resolved over the database

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

    Constructors

    | Improve this Doc View Source

    GridContainerNameMappingCacheable(String, Guid)

    Create new mapping cacheable

    Declaration
    public GridContainerNameMappingCacheable(string gridName, Guid gridId)
    Parameters
    Type Name Description
    System.String gridName
    System.Guid gridId

    Properties

    | Improve this Doc View Source

    GridId

    Id of the grid

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

    Key

    Unique Key of the item

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    System.String

    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