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 SourceGridContainerNameMappingCacheable(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 SourceGridId
Id of the grid
Declaration
public Guid GridId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Key
Unique Key of the item
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnRemove()
Remove cached item
Declaration
public void OnRemove()