Class AuditPropertySetterTestBase.MyAuditedObject
Inheritance
AuditPropertySetterTestBase.MyAuditedObject
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
public class AuditPropertySetterTestBase.MyAuditedObject : IMultiTenant, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete, IHasEntityVersion
Constructors
MyAuditedObject()
Declaration
Properties
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
CreatorId
Declaration
public Guid? CreatorId { get; set; }
Property Value
DeleterId
Declaration
public Guid? DeleterId { get; set; }
Property Value
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
EntityVersion
Declaration
public int EntityVersion { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
LastModifierId
Declaration
public Guid? LastModifierId { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Implements
Extension Methods