C# 클래스 BBM.RemoteWidget.RemoteWidget

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

공개 메소드들

메소드 설명
CollectParams ( HttpRequest req ) : void
DumpJson ( JsonWriter w ) : void
LoadFromJson ( JsonData data ) : void
RemoteWidget ( string module_name, string param_prefix, string skin, string view ) : System.Collections.Specialized
Set ( string k, string v ) : void

비공개 메소드들

메소드 설명
CollectParamsFrom ( NameValueCollection nvc ) : void

메소드 상세

CollectParams() 공개 메소드

public CollectParams ( HttpRequest req ) : void
req System.Web.HttpRequest
리턴 void

DumpJson() 공개 메소드

public DumpJson ( JsonWriter w ) : void
w LitJson.JsonWriter
리턴 void

LoadFromJson() 공개 메소드

public LoadFromJson ( JsonData data ) : void
data LitJson.JsonData
리턴 void

RemoteWidget() 공개 메소드

public RemoteWidget ( string module_name, string param_prefix, string skin, string view ) : System.Collections.Specialized
module_name string
param_prefix string
skin string
view string
리턴 System.Collections.Specialized

Set() 공개 메소드

public Set ( string k, string v ) : void
k string
v string
리턴 void