Interface IEntityChangeTrackingProvider
Namespace: Volo.Abp.Domain.Repositories
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public interface IEntityChangeTrackingProvider
Properties
Enabled
Declaration
bool? Enabled { get; }
Property Value
Type | Description |
---|---|
bool? |
Methods
Change(bool?)
Declaration
IDisposable Change(bool? enabled)
Parameters
Type | Name | Description |
---|---|---|
bool? | enabled |
Returns
Type | Description |
---|---|
IDisposable |