C# Class CAESDO.Recruitment.Web.Authorized_RecruitmentSources

Inheritance: System.Web.UI.UserControl, IReportUserControl
Show file Open project: ucdavis/Recruitments

Public Methods

Method Description
LoadReport ( StringDictionary parameters ) : void

Protected Methods

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

Page_Init checks to ensure that the query string is valid and the given position is valid

Page_Load ( object sender, EventArgs e ) : void

Method Details

LoadReport() public method

public LoadReport ( StringDictionary parameters ) : void
parameters System.Collections.Specialized.StringDictionary
return void

Page_Init() protected method

Page_Init checks to ensure that the query string is valid and the given position is valid
protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void