C# Class BBM.RemoteWidget.RemoteWidgetController

Datei anzeigen Open project: CivicCommons/oldBellCaPA Class Usage Examples

Public Methods

Method 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

Method Description
SetError ( string msg ) : void

Method Details

Add() public method

public Add ( RemoteWidget w ) : void
w RemoteWidget
return void

AddItem() public method

public AddItem ( RemoteWidgetSubject s ) : void
s RemoteWidgetSubject
return void

LoadWidgets() public method

public LoadWidgets ( ) : void
return void

LoadWidgets() public method

public LoadWidgets ( bool exclude_unless_post ) : void
exclude_unless_post bool
return void

RemoteWidgetController() public method

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
return System

SetUser() public method

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
return void

SetupComplete() public method

public SetupComplete ( ) : void
return void