Interface IUnitOfWork<R,P>
-
- All Known Implementing Classes:
CancelableUnitOfWork,IUnitOfWork.Void
public interface IUnitOfWork<R,P>A unit of work acts as a transaction block, which can be passed to an IXtextDocument in order to get read or write access to it's parsed models.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIUnitOfWork.Void<T>convenience class for side-effect only units
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rexec(P state)
-