C# Class BBM.RemoteWidget.RemoteWidgetController

Afficher le fichier Open project: CivicCommons/oldBellCaPA Class Usage Examples

Méthodes publiques

Méthode Description
Add ( RemoteWidget w ) : void
AddItem ( RemoteWidgetSubject s ) : void
LoadWidgets ( ) : void
LoadWidgets ( bool exclude_unless_post ) : void
RemoteWidgetController ( Page page, string remote_url, string param_prefix, string language ) : System
SetUser ( string ns, string id, string login, string email, string url, string first_name, string last_name, string thumbnail_url ) : void
SetupComplete ( ) : void

Private Methods

Méthode Description
SetError ( string msg ) : void

Method Details

Add() public méthode

public Add ( RemoteWidget w ) : void
w RemoteWidget
Résultat void

AddItem() public méthode

public AddItem ( RemoteWidgetSubject s ) : void
s RemoteWidgetSubject
Résultat void

LoadWidgets() public méthode

public LoadWidgets ( ) : void
Résultat void

LoadWidgets() public méthode

public LoadWidgets ( bool exclude_unless_post ) : void
exclude_unless_post bool
Résultat void

RemoteWidgetController() public méthode

public RemoteWidgetController ( Page page, string remote_url, string param_prefix, string language ) : System
page System.Web.UI.Page
remote_url string
param_prefix string
language string
Résultat System

SetUser() public méthode

public SetUser ( string ns, string id, string login, string email, string url, string first_name, string last_name, string thumbnail_url ) : void
ns string
id string
login string
email string
url string
first_name string
last_name string
thumbnail_url string
Résultat void

SetupComplete() public méthode

public SetupComplete ( ) : void
Résultat void