A base class for custom WCF services which provides handling and access to the designated typed UnitOfWork.

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

Syntax

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

Type Parameters

T
The type of the typed UnitOfWork.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.EntityServiceBase<(Of <(T>)>)

See Also