Interface IMustHaveCreator<TCreator>
Standard interface for an entity that MUST have a creator of type TCreator.
Inherited Members
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 |