C# Class BBM.RemoteWidget.RemoteWidget

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

Méthodes publiques

Méthode 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

Méthode Description
CollectParamsFrom ( NameValueCollection nvc ) : void

Method Details

CollectParams() public méthode

public CollectParams ( HttpRequest req ) : void
req System.Web.HttpRequest
Résultat void

DumpJson() public méthode

public DumpJson ( JsonWriter w ) : void
w LitJson.JsonWriter
Résultat void

LoadFromJson() public méthode

public LoadFromJson ( JsonData data ) : void
data LitJson.JsonData
Résultat void

RemoteWidget() public méthode

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
Résultat System.Collections.Specialized

Set() public méthode

public Set ( string k, string v ) : void
k string
v string
Résultat void