Interface IMayHaveCreator<TCreator>
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.Contracts.dll
Syntax
public interface IMayHaveCreator<TCreator>
Type Parameters
| Name | Description |
|---|---|
| TCreator |
Properties
Creator
Declaration
TCreator? Creator { get; }
Property Value
| Type | Description |
|---|---|
| TCreator |