Class KEFCoreIgnoreEventsAttribute
- Namespace
- MASES.EntityFrameworkCore.KNet.Metadata
- Assembly
- MASES.EntityFrameworkCore.KNet.dll
Disables KEFCore event management for this entity type,
overriding the context-level default set by UseKEFCoreManageEvents().
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class KEFCoreIgnoreEventsAttribute : Attribute
- Inheritance
-
KEFCoreIgnoreEventsAttribute
- Inherited Members
Remarks
By default, event management is enabled for all entity types.
Apply this attribute to opt out of real-time tracking updates
via TimestampExtractor for a specific entity.