C# 클래스 HacmeBank_v2_Website.Global

Summary description for Global.
상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: o2platform/Demos_Files

공개 프로퍼티들

프로퍼티 타입 설명
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