
| Visual Basic (Declaration) | |
|---|---|
Public Class UnitOfWork(Of T As Class) Inherits UnitOfWork Implements IUnitOfWork, IUnitOfWork(Of T), IdeaBlade.Core.IHideObjectMembers | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UnitOfWork(Of T) | |
| C# | |
|---|---|
public class UnitOfWork<T> : UnitOfWork, IUnitOfWork, IUnitOfWork<T>, IdeaBlade.Core.IHideObjectMembers where T: class | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class UnitOfWork : public UnitOfWork, IUnitOfWork, IUnitOfWork<T>, IdeaBlade.Core.IHideObjectMembers where T: ref class | |
- T
- The type of entity.
System.Object
Cocktail.UnitOfWork
Cocktail.UnitOfWork<T>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family