C# Class HacmeBank_v2_Website.Global

Summary description for Global.
Inheritance: System.Web.HttpApplication
Show file Open project: o2platform/Demos_Files

Public Properties

Property Type Description
AccType string
LoginTime System.DateTime
UserID string
UserName string
bolFlag_Login bool
iLoginAttempt int
igAttempt int
igSuccess int
objAccountManagement WS_AccountManagement
objGui Gui
objUserManagement WS_UserManagement
objUsersCommunity WS_UsersCommunity

Public Methods

Method Description
Global ( ) : System

Protected Methods

Method 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

Method 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 method

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_BeginRequest() protected method

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_End() protected method

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_EndRequest() protected method

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Error() protected method

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Global() public method

public Global ( ) : System
return System

Session_End() protected method

protected Session_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Session_Start() protected method

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Property Details

AccType public static property

public static string AccType
return string

LoginTime public static property

public static DateTime,System LoginTime
return System.DateTime

UserID public static property

public static string UserID
return string

UserName public static property

public static string UserName
return string

bolFlag_Login public static property

public static bool bolFlag_Login
return bool

iLoginAttempt public static property

public static int iLoginAttempt
return int

igAttempt public static property

public static int igAttempt
return int

igSuccess public static property

public static int igSuccess
return int

objAccountManagement public static property

public static WS_AccountManagement objAccountManagement
return WS_AccountManagement

objGui public static property

public static Gui,HacmeBank_v2_Website objGui
return Gui

objUserManagement public static property

public static WS_UserManagement objUserManagement
return WS_UserManagement

objUsersCommunity public static property

public static WS_UsersCommunity objUsersCommunity
return WS_UsersCommunity