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

Inheritance: Profiles.Framework.Utilities.BaseModule
Show file Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property 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

Property Type Description
DrawProfilesModule void
UpdateSecuritySetting void

Public Methods

Method Description
EditPropertyList ( ) : System
EditPropertyList ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Protected Methods

Method 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

Method Description
DrawProfilesModule ( ) : void
UpdateSecuritySetting ( string securitygroup ) : void

Method Details

BuildSecurityKey() protected method

protected BuildSecurityKey ( List gli ) : void
gli List
return void

EditPropertyList() public method

public EditPropertyList ( ) : System
return System

EditPropertyList() public method

public EditPropertyList ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
return System

Page_Load() protected method

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

ddlSetAll_IndexChanged() protected method

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

grdSecurityGroups_OnDataBound() protected method

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

repPropertyGroups_OnItemDataBound() protected method

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

updateSecurity() protected method

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

Property Details

imgLock protected 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
return global::System.Web.UI.WebControls.Image

litBackLink protected 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
return global::System.Web.UI.WebControls.Literal

litSecurityKey protected 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
return global::System.Web.UI.WebControls.Literal

repPropertyGroups protected 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
return global::System.Web.UI.WebControls.Repeater