C# Class vlko.core.RavenDB.Repository.UnitOfWork

Inheritance: IUnitOfWork
Show file Open project: vlko/vlko Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

InitUnitOfWorkContext ( IUnitOfWorkContext unitOfWorkContext ) : void

Inits the unit of work context.

UnitOfWork ( ) : System

Initializes a new instance of the UnitOfWork class.

Private Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

InitUnitOfWorkContext() public method

Inits the unit of work context.
public InitUnitOfWorkContext ( IUnitOfWorkContext unitOfWorkContext ) : void
unitOfWorkContext IUnitOfWorkContext The unit of work context.
return void

UnitOfWork() public method

Initializes a new instance of the UnitOfWork class.
public UnitOfWork ( ) : System
return System