Overload List
Name | Description | |
---|---|---|
CreateWithoutDataT(String) |
Creates a reference to an existing ParseObject for use in creating associations between
ParseObjects. Calling IsDataAvailable on this object will return
false until FetchIfNeededAsyncT(T) has been called.
No network request will be made.
| |
CreateWithoutData(String, String) |
Creates a reference to an existing ParseObject for use in creating associations between
ParseObjects. Calling IsDataAvailable on this object will return
false until FetchIfNeededAsyncT(T) has been called.
No network request will be made.
|
See Also