ParseExtensions MethodsParse

The ParseExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFetchAllAsyncT(IEnumerableT)
Public methodStatic memberFetchAllAsyncT(IEnumerableT, CancellationToken)
Public methodStatic memberFetchAllIfNeededAsyncT(IEnumerableT)
Public methodStatic memberFetchAllIfNeededAsyncT(IEnumerableT, CancellationToken)
Public methodStatic memberFetchAsyncT(T)
Fetches this object with the data from the server.
Public methodStatic memberFetchAsyncT(T, CancellationToken)
Fetches this object with the data from the server.
Public methodStatic memberFetchIfNeededAsyncT(T)
If this ParseObject has not been fetched (i.e. IsDataAvailable returns false), fetches this object with the data from the server.
Public methodStatic memberFetchIfNeededAsyncT(T, CancellationToken)
If this ParseObject has not been fetched (i.e. IsDataAvailable returns false), fetches this object with the data from the server.
Public methodStatic memberOrT
Constructs a query that is the or of the given queries.
Public methodStatic memberSaveAllAsyncT(IEnumerableT)
Public methodStatic memberSaveAllAsyncT(IEnumerableT, CancellationToken)
Top
See Also

Reference