C# Класс HacmeBank_v2_WS.Global

Summary description for Global.
Наследование: System.Web.HttpApplication
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
globalSqlServerConnection System.Data.SqlClient.SqlConnection

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

Метод Описание
Global ( ) : System
createSqlServerConnection ( ) : void

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

Метод Описание
Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
Application_BeginRequest ( Object sender, EventArgs e ) : void
Application_End ( Object sender, EventArgs e ) : void
Application_EndRequest ( Object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void
Session_End ( Object sender, EventArgs e ) : void
Session_Start ( Object sender, EventArgs e ) : void

Приватные методы

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

Required method for Designer support - do not modify the contents of this method with the code editor.

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

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

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

public Global ( ) : System
Результат System

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

protected Session_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

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

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

createSqlServerConnection() публичный статический Метод

public static createSqlServerConnection ( ) : void
Результат void

Описание свойств

globalSqlServerConnection публичное статическое свойство

public static SqlConnection,System.Data.SqlClient globalSqlServerConnection
Результат System.Data.SqlClient.SqlConnection