Class AuditPropertySetter
Inheritance
AuditPropertySetter
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AuditPropertySetter : IAuditPropertySetter, ITransientDependency
Constructors
AuditPropertySetter(ICurrentUser, ICurrentTenant, IClock)
Declaration
public AuditPropertySetter(ICurrentUser currentUser, ICurrentTenant currentTenant, IClock clock)
Parameters
Properties
Clock
Declaration
protected IClock Clock { get; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
CurrentUser
Declaration
protected ICurrentUser CurrentUser { get; }
Property Value
Methods
IncrementEntityVersionProperty(object)
Declaration
public virtual void IncrementEntityVersionProperty(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetCreationProperties(object)
Declaration
public virtual void SetCreationProperties(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetCreationTime(object)
Declaration
protected virtual void SetCreationTime(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetCreatorId(object)
Declaration
protected virtual void SetCreatorId(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetDeleterId(object)
Declaration
protected virtual void SetDeleterId(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetDeletionProperties(object)
Declaration
public virtual void SetDeletionProperties(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetDeletionTime(object)
Declaration
protected virtual void SetDeletionTime(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetLastModificationTime(object)
Declaration
protected virtual void SetLastModificationTime(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetLastModifierId(object)
Declaration
protected virtual void SetLastModifierId(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
SetModificationProperties(object)
Declaration
public virtual void SetModificationProperties(object targetObject)
Parameters
Type |
Name |
Description |
object |
targetObject |
|
Implements
Extension Methods