Class MDOListTableCacheTypedBase<T>
Inheritance
MDOListTableCacheTypedBase<T>
Assembly: SoDataBase.dll
Syntax
public abstract class MDOListTableCacheTypedBase<T> : MDOListTableCacheBase, IFlushableV2, IDisposable where T : TableInfo
Type Parameters
Constructors
MDOListTableCacheTypedBase()
Declaration
protected MDOListTableCacheTypedBase()
Properties
TableNames
Gets the names of the table data that are cached in this cache. When these tables are updated
the cache will be disposed so a new cache instance can take its place.
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Overrides
Methods
GetAllItems(bool)
Returns all MDO List items
Declaration
public MDOListTableCacheBase.MDOCacheElement[] GetAllItems(bool includeDeleted)
Parameters
Type |
Name |
Description |
bool |
includeDeleted |
|
Returns
OnLoad()
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods