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

Inheritance: System.Web.UI.Control, INamingContainer, IPropertyControl
Afficher le fichier Open project: 4-Roads/FourRoads.TelligentCommunity

Méthodes publiques

Méthode Description
GetConfigurationPropertyValue ( ) : object
SetConfigurationPropertyValue ( object value ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
Render ( HtmlTextWriter writer ) : void

Private Methods

Méthode 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 méthode

protected CreateChildControls ( ) : void
Résultat void

GetConfigurationPropertyValue() public méthode

public GetConfigurationPropertyValue ( ) : object
Résultat object

OnInit() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

Render() protected méthode

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

SetConfigurationPropertyValue() public méthode

public SetConfigurationPropertyValue ( object value ) : void
value object
Résultat void