C# Class Dian.Web.Utility.BasePage

Inheritance: System.Web.UI.Page
Mostra file Open project: stone0090/dian

Public Methods

Method Description
Alert ( string msg ) : void
AlertAndTransfer ( string msg, string url ) : void
ParseDecimal ( string str ) : decimal
ParseInt ( string str ) : int
RequestQueryInt ( string str ) : int

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreInit ( EventArgs e ) : void
OnPreLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Method Details

Alert() public method

public Alert ( string msg ) : void
msg string
return void

AlertAndTransfer() public method

public AlertAndTransfer ( string msg, string url ) : void
msg string
url string
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreInit() protected method

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreLoad() protected method

protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

ParseDecimal() public method

public ParseDecimal ( string str ) : decimal
str string
return decimal

ParseInt() public method

public ParseInt ( string str ) : int
str string
return int

RequestQueryInt() public method

public RequestQueryInt ( string str ) : int
str string
return int