Defines the contract for a Unit of Work. A Unit of Work maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems.

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

Syntax

C#
public class UnitOfWork : UnitOfWorkBase
Visual Basic (Declaration)
Public Class UnitOfWork _
	Inherits UnitOfWorkBase

Inheritance Hierarchy

See Also