Show / Hide Table of Contents

Interface IAuditPropertySetter

Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IAuditPropertySetter

Methods

SetCreationProperties(Object)

Declaration
void SetCreationProperties(object targetObject)
Parameters
Type Name Description
System.Object targetObject

SetDeletionProperties(Object)

Declaration
void SetDeletionProperties(object targetObject)
Parameters
Type Name Description
System.Object targetObject

SetModificationProperties(Object)

Declaration
void SetModificationProperties(object targetObject)
Parameters
Type Name Description
System.Object targetObject

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft