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 SourceItemBoxConfigurationCache(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 SourceConfiguration
Get configuration information
Declaration
public ItemBoxConfiguration Configuration { get; }
  Property Value
| Type | Description | 
|---|---|
| ItemBoxConfiguration | 
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 SourceOnRemove()
Remove cache item
Declaration
public void OnRemove()