ParseExtensions ClassParse
Provides convenience extension methods for working with collections of ParseObjects so that you can easily save and fetch them in batches.
Inheritance Hierarchy

SystemObject
  ParseParseExtensions

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static class ParseExtensions

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