MixERP.Net.FrontEnd.Base.MixERPWebpage Class Reference
Inheritance diagram for MixERP.Net.FrontEnd.Base.MixERPWebpage:
MixERP.Net.Framework.Controls.MixERPWebPageBase MixERP.Net.FrontEnd.Base.MixERPWebReportPage

Public Member Functions

void RequestLoginPage ()
 
- Public Member Functions inherited from MixERP.Net.Framework.Controls.MixERPWebPageBase
void AddToMasterPage (string placeHolderId, Control control)
 Adds the control to the Master Pages' Content Place Holder. More...
 
void AddToPage (string namingContainerId, Control control)
 

Static Public Member Functions

static void RedirectToRootPage ()
 
static void SetAuthenticationTicket (HttpResponse response, long signInId, bool rememberMe)
 

Protected Member Functions

override void InitializeCulture ()
 
override void OnInit (EventArgs e)
 
override void OnLoad (EventArgs e)
 

Properties

virtual string OverridePath [get, set]
 The pages, having no actual entry on database menu table, can have an OverridePath which can be set to an existing page. More...
 
virtual bool IsLandingPage [get, set]
 The pages which do not have actual entry on database menu table, but rather serve as placeholders are landing pages. More...
 
bool SkipLoginCheck [get, set]
 Set this to true for pages where you do not need users to be logged in. More...
 
- Properties inherited from MixERP.Net.Framework.Controls.MixERPWebPageBase
override PageStatePersister PageStatePersister [get]
 

Property Documentation

virtual bool MixERP.Net.FrontEnd.Base.MixERPWebpage.IsLandingPage
getset

The pages which do not have actual entry on database menu table, but rather serve as placeholders are landing pages.

virtual string MixERP.Net.FrontEnd.Base.MixERPWebpage.OverridePath
getset

The pages, having no actual entry on database menu table, can have an OverridePath which can be set to an existing page.

bool MixERP.Net.FrontEnd.Base.MixERPWebpage.SkipLoginCheck
getset

Set this to true for pages where you do not need users to be logged in.


The documentation for this class was generated from the following file: