Class AuditPropertySetterTestBase
Inheritance
object
AuditPropertySetterTestBase
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
Constructors
AuditPropertySetterTestBase()
Declaration
public AuditPropertySetterTestBase()
Fields
AuditPropertySetter
Declaration
protected readonly AuditPropertySetter AuditPropertySetter
Field Value
| Type | Description |
|---|---|
| AuditPropertySetter |
CurrentTenantId
Declaration
protected Guid? CurrentTenantId
Field Value
| Type | Description |
|---|---|
| System.Guid? |
CurrentUserId
Declaration
protected Guid? CurrentUserId
Field Value
| Type | Description |
|---|---|
| System.Guid? |
CurrentUserTenantId
Declaration
protected Guid? CurrentUserTenantId
Field Value
| Type | Description |
|---|---|
| System.Guid? |
Now
Declaration
protected DateTime Now
Field Value
| Type | Description |
|---|---|
| System.DateTime |
TargetObject
Declaration
protected AuditPropertySetterTestBase.MyAuditedObject TargetObject
Field Value
| Type | Description |
|---|---|
| AuditPropertySetterTestBase.MyAuditedObject |