C# Class CAESDO.Recruitment.Web.Authorized_RecruitmentSources

Inheritance: System.Web.UI.UserControl, IReportUserControl
Afficher le fichier Open project: ucdavis/Recruitments

Méthodes publiques

Méthode Description
LoadReport ( StringDictionary parameters ) : void

Méthodes protégées

Méthode 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 méthode

public LoadReport ( StringDictionary parameters ) : void
parameters System.Collections.Specialized.StringDictionary
Résultat void

Page_Init() protected méthode

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
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void