Table of Contents

Class AutoEventIgnoreAttribute

Namespace
Biwen.QuickApi.UnitOfWork
Assembly
Biwen.QuickApi.dll

标注的Entity类型将不会自动广播增删改事件

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class AutoEventIgnoreAttribute : Attribute
Inheritance
AutoEventIgnoreAttribute
Inherited Members
Extension Methods

Constructors

AutoEventIgnoreAttribute()

public AutoEventIgnoreAttribute()