Interface IAuditPropertySetter
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IAuditPropertySetter
Methods
IncrementEntityVersionProperty(object)
Declaration
void IncrementEntityVersionProperty(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetCreationProperties(object)
Declaration
void SetCreationProperties(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetDeletionProperties(object)
Declaration
void SetDeletionProperties(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetModificationProperties(object)
Declaration
void SetModificationProperties(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
Extension Methods