C# Class MMS_App3, API-Platform

MMS_App3 class
Inheritance: System.Web.UI.Page
Exibir arquivo Open project: attdevsupport/API-Platform

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Event, that triggers when the application page is loaded into the web browser, reads the web.config file and gets the values of the attributes

Private Methods

Method Description
DrawPanelForFailure ( string message ) : void

Displays error message

GetMmsFiles ( ) : void

Gets the list of files from directory and displays them in the page

ReadConfigFile ( ) : bool

This method reads config file and assigns values to local variables

Method Details

Page_Load() protected method

Event, that triggers when the application page is loaded into the web browser, reads the web.config file and gets the values of the attributes
protected Page_Load ( object sender, EventArgs e ) : void
sender object object, that caused this event
e EventArgs Event that invoked this function
return void