C# Класс HacmeBank_v2_Website.Global

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

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

Свойство Тип Описание
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

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

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

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

Метод Описание
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

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

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

public static string AccType
Результат string

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

public static DateTime,System LoginTime
Результат System.DateTime

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

public static string UserID
Результат string

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

public static string UserName
Результат string

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

public static bool bolFlag_Login
Результат bool

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

public static int iLoginAttempt
Результат int

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

public static int igAttempt
Результат int

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

public static int igSuccess
Результат int

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

public static WS_AccountManagement objAccountManagement
Результат WS_AccountManagement

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

public static Gui,HacmeBank_v2_Website objGui
Результат Gui

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

public static WS_UserManagement objUserManagement
Результат WS_UserManagement

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

public static WS_UsersCommunity objUsersCommunity
Результат WS_UsersCommunity