C# Class RhoconnectNET.Helpers

Show file Open project: rhomobile/rhoconnect.NET

Public Properties

Property Type Description
_auth_handler rhoAuthHandler

Public Methods

Method Description
ChangeType ( object value, Type conversionType ) : object
deserialize_json ( String objJson, Type targetType ) : Object
merge_changes ( Object obj, object>.Dictionary changes ) : void
rhoconnect_authenticate ( String &username, String password, Hashtable attrs ) : bool
serialize_result ( object id ) : System.Web.Mvc.ActionResult

Method Details

ChangeType() public static method

public static ChangeType ( object value, Type conversionType ) : object
value object
conversionType System.Type
return object

deserialize_json() public static method

public static deserialize_json ( String objJson, Type targetType ) : Object
objJson String
targetType System.Type
return Object

merge_changes() public static method

public static merge_changes ( Object obj, object>.Dictionary changes ) : void
obj Object
changes object>.Dictionary
return void

rhoconnect_authenticate() public static method

public static rhoconnect_authenticate ( String &username, String password, Hashtable attrs ) : bool
username String
password String
attrs System.Collections.Hashtable
return bool

serialize_result() public static method

public static serialize_result ( object id ) : System.Web.Mvc.ActionResult
id object
return System.Web.Mvc.ActionResult

Property Details

_auth_handler public static property

public static rhoAuthHandler _auth_handler
return rhoAuthHandler