Class SystemEventCache
Class implementing caching of system events.
Inheritance
System.Object
SystemEventCache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class SystemEventCache : CacheBaseV2, IFlushableV2, IDisposable
Constructors
SystemEventCache()
Declaration
public SystemEventCache()
Properties
TableNames
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Overrides
Methods
GetCurrent()
Declaration
public static SystemEventCache GetCurrent()
Returns
IsAnyPublishEventActive()
Declaration
public bool IsAnyPublishEventActive()
Returns
Type |
Description |
System.Boolean |
|
IsAnyPublishEventActiveExcept(UDefType)
Declaration
public bool IsAnyPublishEventActiveExcept(UDefType except)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsFreetextRebuildEventActive()
Declaration
public bool IsFreetextRebuildEventActive()
Returns
Type |
Description |
System.Boolean |
|
IsPublishEventActive(UDefType)
Declaration
public bool IsPublishEventActive(UDefType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsPublishStartEventActive(UDefType)
Declaration
public bool IsPublishStartEventActive(UDefType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
OnLoad()
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)