C# Class Profiles.Edit.Modules.SecurityOptions.SecurityOptions

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
grdSecurityGroups_OnDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
imbSecurityOptions_OnClick ( object sender, EventArgs e ) : void
rdoSecurityOption_OnCheckedChanged ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
DrawProfilesModule ( ) : void
ToggleDisplay ( ) : void
UpdateSecuritySetting ( string securitygroup ) : void

Method Details

Page_Load() protected méthode

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

grdSecurityGroups_OnDataBound() protected méthode

protected grdSecurityGroups_OnDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat void

imbSecurityOptions_OnClick() protected méthode

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

rdoSecurityOption_OnCheckedChanged() protected méthode

protected rdoSecurityOption_OnCheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void