C# Class JordanRift.Grassroots.Framework.Helpers.UnitOfWorkScope

Inheritance: IDisposable
Mostrar archivo Open project: JordanRift/Grassroots Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
UnitOfWorkScope ( ) : System
UnitOfWorkScope ( bool saveAllChangesAtScopeEnd ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UnitOfWorkScope() public method

public UnitOfWorkScope ( ) : System
return System

UnitOfWorkScope() public method

public UnitOfWorkScope ( bool saveAllChangesAtScopeEnd ) : System
saveAllChangesAtScopeEnd bool
return System