C# Class FourRoads.TelligentCommunity.Sentrus.Controls.InactiveUserManagement

Inheritance: System.Web.UI.Control, INamingContainer, IPropertyControl
Show file Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

Method Description
GetConfigurationPropertyValue ( ) : object
SetConfigurationPropertyValue ( object value ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
Render ( HtmlTextWriter writer ) : void

Private Methods

Method Description
CreateDataSource ( string data ) : void
DeleteOnClick ( object sender, EventArgs eventArgs ) : void
EnumerateUsers ( Action userAction ) : void
GetTotalPostsForUser ( int userId ) : long
HideUsersOnClick ( object sender, EventArgs eventArgs ) : void
ShowHiddenUsersOnCheckedChanged ( object sender, EventArgs eventArgs ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetConfigurationPropertyValue() public method

public GetConfigurationPropertyValue ( ) : object
return object

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Render() protected method

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

SetConfigurationPropertyValue() public method

public SetConfigurationPropertyValue ( object value ) : void
value object
return void