Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
Apply ( ParseObject po, object>.IDictionary |
||
GetValueType ( object data, string key ) : |
||
SetKey ( object data, string key, object value ) : Future | ||
WriteJson ( object data, |
Method | Description | |
---|---|---|
HandleParseType ( object data, string key, object value ) : Future | ||
ParseDateTime ( string value ) : System.DateTime | ||
ParseObjectAdapter ( ) : System | ||
ToString ( System.DateTime value ) : string |
public Apply ( ParseObject po, object>.IDictionary |
||
po | ParseObject | |
updates | object>.IDictionary | |
return | Future |
public GetValueType ( object data, string key ) : |
||
data | object | |
key | string | |
return |
public SetKey ( object data, string key, object value ) : Future | ||
data | object | |
key | string | |
value | object | |
return | Future |
public WriteJson ( object data, |
||
data | object | |
writer | ||
return | Future |