C# Class HacmeBank_v2_Website.Gui

Summary description for Gui.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: o2platform/Demos_Files

Méthodes publiques

Свойство Type Description
pathToAscxFolder string
pathToXmlFolder string
pathToXslFolder string

Méthodes publiques

Méthode Description
Gui ( ) : System
loadControlOnPlaceHolder ( System.Web.UI.WebControls.PlaceHolder placeHolderToUse, string pathToControlToLoad ) : void
loadDefaultPageControls ( System.Web.UI.WebControls.PlaceHolder ascx_LeftMenu, System.Web.UI.WebControls.PlaceHolder ascx_TopMenu, System.Web.UI.WebControls.PlaceHolder ascx_Footer ) : void
populateDropDownListWithListOfUserAccounts ( DropDownList targetDropDownList, string userID ) : void
populateDropDownListWithLoanRates ( DropDownList targetDropDownList ) : void
preloadControlOnDummyLocation ( string pathToControlToLoad ) : void
setCookieValue ( string cookieName, string cookieValue ) : void

Method Details

Gui() public méthode

public Gui ( ) : System
Résultat System

loadControlOnPlaceHolder() public méthode

public loadControlOnPlaceHolder ( System.Web.UI.WebControls.PlaceHolder placeHolderToUse, string pathToControlToLoad ) : void
placeHolderToUse System.Web.UI.WebControls.PlaceHolder
pathToControlToLoad string
Résultat void

loadDefaultPageControls() public méthode

public loadDefaultPageControls ( System.Web.UI.WebControls.PlaceHolder ascx_LeftMenu, System.Web.UI.WebControls.PlaceHolder ascx_TopMenu, System.Web.UI.WebControls.PlaceHolder ascx_Footer ) : void
ascx_LeftMenu System.Web.UI.WebControls.PlaceHolder
ascx_TopMenu System.Web.UI.WebControls.PlaceHolder
ascx_Footer System.Web.UI.WebControls.PlaceHolder
Résultat void

populateDropDownListWithListOfUserAccounts() public méthode

public populateDropDownListWithListOfUserAccounts ( DropDownList targetDropDownList, string userID ) : void
targetDropDownList System.Web.UI.WebControls.DropDownList
userID string
Résultat void

populateDropDownListWithLoanRates() public méthode

public populateDropDownListWithLoanRates ( DropDownList targetDropDownList ) : void
targetDropDownList System.Web.UI.WebControls.DropDownList
Résultat void

preloadControlOnDummyLocation() public méthode

public preloadControlOnDummyLocation ( string pathToControlToLoad ) : void
pathToControlToLoad string
Résultat void

setCookieValue() public méthode

public setCookieValue ( string cookieName, string cookieValue ) : void
cookieName string
cookieValue string
Résultat void

Property Details

pathToAscxFolder public_oe static_oe property

public static string pathToAscxFolder
Résultat string

pathToXmlFolder public_oe static_oe property

public static string pathToXmlFolder
Résultat string

pathToXslFolder public_oe static_oe property

public static string pathToXslFolder
Résultat string