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 SourceGridContainerCachable(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 SourceKey
Unique Key of the item
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Model
Cached container model (configuration)
Declaration
public GridContainerModel Model { get; }
Property Value
Type | Description |
---|---|
GridContainerModel |
Methods
| Improve this Doc View SourceOnRemove()
Remove cached item
Declaration
public void OnRemove()