Class ExtensibleCreationAuditedEntityDto
Inheritance
object
ExtensibleCreationAuditedEntityDto
Implements
System.ComponentModel.DataAnnotations.IValidatableObject
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleCreationAuditedEntityDto : ExtensibleEntityDto, IHasExtraProperties, IValidatableObject, IEntityDto, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Constructors
ExtensibleCreationAuditedEntityDto()
Declaration
protected ExtensibleCreationAuditedEntityDto()
ExtensibleCreationAuditedEntityDto(bool)
Declaration
protected ExtensibleCreationAuditedEntityDto(bool setDefaultsForExtraProperties)
Parameters
Type | Name | Description |
---|---|---|
bool | setDefaultsForExtraProperties |
Properties
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreatorId
Declaration
public Guid? CreatorId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid? |
Implements
System.ComponentModel.DataAnnotations.IValidatableObject