C# 클래스 BBM.RemoteWidget.RemoteWidgetController

파일 보기 프로젝트 열기: CivicCommons/oldBellCaPA 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetError ( string msg ) : void

메소드 상세

Add() 공개 메소드

public Add ( RemoteWidget w ) : void
w RemoteWidget
리턴 void

AddItem() 공개 메소드

public AddItem ( RemoteWidgetSubject s ) : void
s RemoteWidgetSubject
리턴 void

LoadWidgets() 공개 메소드

public LoadWidgets ( ) : void
리턴 void

LoadWidgets() 공개 메소드

public LoadWidgets ( bool exclude_unless_post ) : void
exclude_unless_post bool
리턴 void

RemoteWidgetController() 공개 메소드

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
리턴 System

SetUser() 공개 메소드

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
리턴 void

SetupComplete() 공개 메소드

public SetupComplete ( ) : void
리턴 void