Property | Type | Description | |
---|---|---|---|
_auth_handler | rhoAuthHandler |
Method | Description | |
---|---|---|
ChangeType ( object value, |
||
deserialize_json ( String objJson, |
||
merge_changes ( Object obj, object>.Dictionary |
||
rhoconnect_authenticate ( String &username, String password, |
||
serialize_result ( object id ) : System.Web.Mvc.ActionResult |
public static ChangeType ( object value, |
||
value | object | |
conversionType | ||
return | object |
public static deserialize_json ( String objJson, |
||
objJson | String | |
targetType | ||
return | Object |
public static merge_changes ( Object obj, object>.Dictionary |
||
obj | Object | |
changes | object>.Dictionary | |
return | void |
public static rhoconnect_authenticate ( String &username, String password, |
||
username | String | |
password | String | |
attrs | ||
return | bool |
public static serialize_result ( object id ) : System.Web.Mvc.ActionResult | ||
id | object | |
return | System.Web.Mvc.ActionResult |