Abstract base class for unit of work "scope". A scope manages unit of work lifetime according to a particular scoping strategy.

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

Syntax

C#
public abstract class UnitOfWorkScopeBase<TUnitOfWork> : IDisposable where TUnitOfWork : class, new(), IUnitOfWork
Visual Basic (Declaration)
Public MustInherit Class UnitOfWorkScopeBase(Of TUnitOfWork As {Class, New, IUnitOfWork}) _
	Implements IDisposable

Type Parameters

TUnitOfWork
The concrete IUnitOfWork type.

Inheritance Hierarchy

See Also