Represents a LightSpeed domain model with a strong-typed IUnitOfWork implementation.

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

Syntax

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

Type Parameters

TUnitOfWork

Inheritance Hierarchy

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

See Also