C# 클래스 RhoconnectNET.Helpers

파일 보기 프로젝트 열기: rhomobile/rhoconnect.NET

공개 프로퍼티들

프로퍼티 타입 설명
_auth_handler rhoAuthHandler

공개 메소드들

메소드 설명
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

메소드 상세

ChangeType() 공개 정적인 메소드

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

deserialize_json() 공개 정적인 메소드

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

merge_changes() 공개 정적인 메소드

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

rhoconnect_authenticate() 공개 정적인 메소드

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

serialize_result() 공개 정적인 메소드

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

프로퍼티 상세

_auth_handler 공개적으로 정적으로 프로퍼티

public static rhoAuthHandler _auth_handler
리턴 rhoAuthHandler