Class AutoMapperExpressionExtensions_Tests.SimpleClassAudited2
Inheritance
object
AutoMapperExpressionExtensions_Tests.SimpleClassAudited2
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.AutoMapper
Assembly: Volo.Abp.AutoMapper.Tests.dll
Syntax
public class AutoMapperExpressionExtensions_Tests.SimpleClassAudited2 : IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
SimpleClassAudited2()
Declaration
public SimpleClassAudited2()
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? |