C# Class Profiles.Edit.Modules.EditPropertyList.EditPropertyList

Inheritance: Profiles.Framework.Utilities.BaseModule
Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Свойство Type Description
imgLock global::System.Web.UI.WebControls.Image
litBackLink global::System.Web.UI.WebControls.Literal
litSecurityKey global::System.Web.UI.WebControls.Literal
repPropertyGroups global::System.Web.UI.WebControls.Repeater

Private Properties

Свойство Type Description
DrawProfilesModule void
UpdateSecuritySetting void

Méthodes publiques

Méthode Description
EditPropertyList ( ) : System
EditPropertyList ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Méthodes protégées

Méthode Description
BuildSecurityKey ( List gli ) : void
Page_Load ( object sender, EventArgs e ) : void
ddlSetAll_IndexChanged ( object sender, EventArgs e ) : void
grdSecurityGroups_OnDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
repPropertyGroups_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
updateSecurity ( object sender, EventArgs e ) : void

Private Methods

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

Method Details

BuildSecurityKey() protected méthode

protected BuildSecurityKey ( List gli ) : void
gli List
Résultat void

EditPropertyList() public méthode

public EditPropertyList ( ) : System
Résultat System

EditPropertyList() public méthode

public EditPropertyList ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
Résultat System

Page_Load() protected méthode

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

ddlSetAll_IndexChanged() protected méthode

protected ddlSetAll_IndexChanged ( 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

repPropertyGroups_OnItemDataBound() protected méthode

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

updateSecurity() protected méthode

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

Property Details

imgLock protected_oe property

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

litBackLink protected_oe property

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

litSecurityKey protected_oe property

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

repPropertyGroups protected_oe property

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