C# Class BBM.RemoteWidget.RemoteWidget

Datei anzeigen Open project: CivicCommons/oldBellCaPA Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CollectParamsFrom ( NameValueCollection nvc ) : void

Method Details

CollectParams() public method

public CollectParams ( HttpRequest req ) : void
req System.Web.HttpRequest
return void

DumpJson() public method

public DumpJson ( JsonWriter w ) : void
w LitJson.JsonWriter
return void

LoadFromJson() public method

public LoadFromJson ( JsonData data ) : void
data LitJson.JsonData
return void

RemoteWidget() public method

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
return System.Collections.Specialized

Set() public method

public Set ( string k, string v ) : void
k string
v string
return void