Class AuditPropertySetterTestBase.MyAuditedObject
Inheritance
object
AuditPropertySetterTestBase.MyAuditedObject
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
public class AuditPropertySetterTestBase.MyAuditedObject : IMultiTenant, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
MyAuditedObject()
Declaration
public MyAuditedObject()
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? |
DeleterId
Declaration
public Guid? DeleterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
LastModifierId
Declaration
public Guid? LastModifierId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |