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

Inheritance: IUnitOfWork
Afficher le fichier Open project: vlko/vlko Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Dispose() public méthode

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

InitUnitOfWorkContext() public méthode

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

UnitOfWork() public méthode

Initializes a new instance of the UnitOfWork class.
public UnitOfWork ( ) : System
Résultat System