C# Class AJH.CMS.WEB.UI.Admin.ManagePreference_UC

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство Type Description
btnSave global::System.Web.UI.WebControls.Button
cbCheckAll global::System.Web.UI.WebControls.CheckBox
cblstPreferneces global::System.Web.UI.WebControls.CheckBoxList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlPreferenceItem global::System.Web.UI.WebControls.Panel
upnlPreferenceItem global::System.Web.UI.UpdatePanel

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
FillPreferencesList ( ) : void
ManageTax_UC_Load ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

btnSave protected_oe property

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSave
Résultat global::System.Web.UI.WebControls.Button

cbCheckAll protected_oe property

cbCheckAll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox cbCheckAll
Résultat global::System.Web.UI.WebControls.CheckBox

cblstPreferneces protected_oe property

cblstPreferneces control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBoxList cblstPreferneces
Résultat global::System.Web.UI.WebControls.CheckBoxList

dvProblems protected_oe property

dvProblems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvProblems
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

pnlPreferenceItem protected_oe property

pnlPreferenceItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlPreferenceItem
Résultat global::System.Web.UI.WebControls.Panel

upnlPreferenceItem protected_oe property

upnlPreferenceItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlPreferenceItem
Résultat global::System.Web.UI.UpdatePanel