C# Class HacmeBank_v2_WS.Global

Summary description for Global.
Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: o2platform/Demos_Files

Méthodes publiques

Свойство Type Description
globalSqlServerConnection System.Data.SqlClient.SqlConnection

Méthodes publiques

Méthode Description
Global ( ) : System
createSqlServerConnection ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Application_AuthenticateRequest() protected méthode

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_End() protected méthode

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_EndRequest() protected méthode

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_Error() protected méthode

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Global() public méthode

public Global ( ) : System
Résultat System

Session_End() protected méthode

protected Session_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Session_Start() protected méthode

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

createSqlServerConnection() public static méthode

public static createSqlServerConnection ( ) : void
Résultat void

Property Details

globalSqlServerConnection public_oe static_oe property

public static SqlConnection,System.Data.SqlClient globalSqlServerConnection
Résultat System.Data.SqlClient.SqlConnection