The ParseExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
FetchAllAsyncT(IEnumerableT) |
Fetches all of the objects in the enumeration. Equivalent to
calling FetchAllAsyncT(IEnumerableT).
| |
FetchAllAsyncT(IEnumerableT, CancellationToken) |
Fetches all of the objects in the enumeration. Equivalent to
calling
FetchAllAsyncT(IEnumerableT, CancellationToken).
| |
FetchAllIfNeededAsyncT(IEnumerableT) |
Fetches all of the objects in the enumeration that don't already have
data. Equivalent to calling
FetchAllIfNeededAsyncT(IEnumerableT).
| |
FetchAllIfNeededAsyncT(IEnumerableT, CancellationToken) |
Fetches all of the objects in the enumeration that don't already have
data. Equivalent to calling
FetchAllIfNeededAsyncT(IEnumerableT, CancellationToken).
| |
FetchAsyncT(T) |
Fetches this object with the data from the server.
| |
FetchAsyncT(T, CancellationToken) |
Fetches this object with the data from the server.
| |
FetchIfNeededAsyncT(T) |
If this ParseObject has not been fetched (i.e. IsDataAvailable returns
false), fetches this object with the data from the server.
| |
FetchIfNeededAsyncT(T, CancellationToken) |
If this ParseObject has not been fetched (i.e. IsDataAvailable returns
false), fetches this object with the data from the server.
| |
OrT |
Constructs a query that is the or of the given queries.
| |
SaveAllAsyncT(IEnumerableT) |
Saves all of the ParseObjects in the enumeration. Equivalent to
calling SaveAllAsyncT(IEnumerableT).
| |
SaveAllAsyncT(IEnumerableT, CancellationToken) |
Saves all of the ParseObjects in the enumeration. Equivalent to
calling
SaveAllAsyncT(IEnumerableT, CancellationToken).
|
See Also