Class EntityChangeTrackingAttribute
Inheritance
EntityChangeTrackingAttribute
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public abstract class EntityChangeTrackingAttribute : Attribute
Constructors
EntityChangeTrackingAttribute(bool)
Declaration
public EntityChangeTrackingAttribute(bool isEnabled)
Parameters
Type |
Name |
Description |
bool |
isEnabled |
|
Properties
IsEnabled
Declaration
public virtual bool IsEnabled { get; set; }
Property Value
Extension Methods