Class TestUnitOfWorkConfig
Inheritance
object
TestUnitOfWorkConfig
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.AspNetCore.Mvc.Uow
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class TestUnitOfWorkConfig : ISingletonDependency
Constructors
TestUnitOfWorkConfig()
Declaration
public TestUnitOfWorkConfig()
Fields
ExceptionOnCompleteMessage
Declaration
public const string ExceptionOnCompleteMessage = "TestUnitOfWork configured for exception"
Field Value
| Type | Description |
|---|---|
| string |
Properties
ThrowExceptionOnComplete
Declaration
public bool ThrowExceptionOnComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |