Show / Hide Table of Contents

Interface IMustHaveCreator<TCreator>

Standard interface for an entity that MUST have a creator of type TCreator.

Inherited Members
IMustHaveCreator.CreatorId
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IMustHaveCreator<TCreator> : IMustHaveCreator
Type Parameters
Name Description
TCreator

Properties

Creator

Reference to the creator.

Declaration
TCreator Creator { get; set; }
Property Value
Type Description
TCreator

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