Метод | Описание | |
---|---|---|
Commit ( ) : void |
Commits this instance.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
InitTransactionContext ( ITransactionContext transactionContext ) : void |
Inits the transaction context.
|
|
Rollback ( ) : void |
Rollbacks this instance.
|
|
Transaction ( ) : System |
Initializes a new instance of the UnitOfWork class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
public InitTransactionContext ( ITransactionContext transactionContext ) : void | ||
transactionContext | ITransactionContext | The transaction context. |
Результат | void |