Interface IMayHaveCreator
Standard interface for an entity that MAY have a creator.
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IMayHaveCreator
Properties
| Improve this Doc View SourceCreatorId
Id of the creator.
Declaration
Guid? CreatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |