C# Класс Nettiers.AdventureWorks.Web.Data.EntityTransactionModule

Provides access to a TransactionManager instance associated with the current HttpContext.
Наследование: IHttpModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module.

EntityTransactionModule ( ) : System

Initializes a new instance of the EntityTransactionModule class.

Init ( System.Web.HttpApplication application ) : void

Initializes a module and prepares it to handle requests.

Защищенные методы

Метод Описание
OnEndRequest ( Object sender, EventArgs e ) : void

Handles the System.Web.HttpApplication.EndRequest event.

Описание методов

Dispose() публичный Метод

Disposes of the resources (other than memory) used by the module.
public Dispose ( ) : void
Результат void

EntityTransactionModule() публичный Метод

Initializes a new instance of the EntityTransactionModule class.
public EntityTransactionModule ( ) : System
Результат System

Init() публичный Метод

Initializes a module and prepares it to handle requests.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication An reference to the current HttpApplication instance.
Результат void

OnEndRequest() защищенный Метод

Handles the System.Web.HttpApplication.EndRequest event.
protected OnEndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void