Returns an instance of the LightSpeedContext object which will be used to create any UnitOfWork instances used by this controller

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

Syntax

C#
protected abstract LightSpeedContext<TUnitOfWork> LightSpeedContext { get; }
Visual Basic (Declaration)
Protected MustOverride ReadOnly Property LightSpeedContext As LightSpeedContext(Of TUnitOfWork)

See Also