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