A non-threadsafe UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>) that holds the current unit of work in an instance variable.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public sealed class SimpleUnitOfWorkScope<TUnitOfWork> : UnitOfWorkScopeBase<TUnitOfWork> where TUnitOfWork : class, new(), IUnitOfWork
Visual Basic (Declaration)
Public NotInheritable Class SimpleUnitOfWorkScope(Of TUnitOfWork As {Class, New, IUnitOfWork}) _
	Inherits UnitOfWorkScopeBase(Of TUnitOfWork)

Type Parameters

TUnitOfWork
The concrete IUnitOfWork type.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>)
    Mindscape.LightSpeed..::.SimpleUnitOfWorkScope<(Of <(TUnitOfWork>)>)

See Also