Search Results for

    Show / Hide Table of Contents

    Class ItemBoxConfigurationCache

    Class for caching itembox configuration

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

    Constructors

    | Improve this Doc View Source

    ItemBoxConfigurationCache(ItemBoxConfiguration)

    Create item for caching itembox information

    Declaration
    public ItemBoxConfigurationCache(ItemBoxConfiguration configuration)
    Parameters
    Type Name Description
    ItemBoxConfiguration configuration

    Configuration information instance. Must not be null

    Properties

    | Improve this Doc View Source

    Configuration

    Get configuration information

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

    Key

    Get unique ItemBxo name as key from configuration

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

    Methods

    | Improve this Doc View Source

    OnRemove()

    Remove cache item

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