AddAscendingOrder(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
AddDescendingOrder(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
And(IEnumerable< LCQuery< T > > queries) | LeanCloud.Storage.LCQuery< LCStatus > | inlinestatic |
ClassName | LeanCloud.Storage.LCQuery< LCStatus > | |
Condition | LeanCloud.Storage.LCQuery< LCStatus > | |
Count() | LeanCloud.Storage.LCQuery< LCStatus > | inline |
Endpoint | LeanCloud.Storage.LCQuery< LCStatus > | |
Find() | LeanCloud.Storage.LCStatusQuery | inline |
First() | LeanCloud.Storage.LCQuery< LCStatus > | inline |
Get(string objectId) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
InboxType | LeanCloud.Storage.LCStatusQuery | |
Include(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
IncludeACL | LeanCloud.Storage.LCQuery< LCStatus > | |
LCQuery(string className, string endpoint) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
LCQuery(string className) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
LCQuery(string className, string endpoint) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
LCStatusQuery(string inboxType=LCStatus.InboxTypeDefault) | LeanCloud.Storage.LCStatusQuery | inline |
Limit(int value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
MaxId | LeanCloud.Storage.LCStatusQuery | |
Or(IEnumerable< LCQuery< T > > queries) | LeanCloud.Storage.LCQuery< LCStatus > | inlinestatic |
OrderByAscending(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
OrderByDescending(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
Select(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
SinceId | LeanCloud.Storage.LCStatusQuery | |
Skip(int value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereContainedIn(string key, IEnumerable values) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereContains(string key, string subString) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereContainsAll(string key, IEnumerable values) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereDoesNotExist(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereDoesNotMatchQuery< K >(string key, LCQuery< K > query) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereEndsWith(string key, string suffix) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereEqualTo(string key, object value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereExists(string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereGreaterThan(string key, object value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereGreaterThanOrEqualTo(string key, object value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereLessThan(string key, object value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereLessThanOrEqualTo(string key, object value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereMatches(string key, string regex, string modifiers=null) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereMatchesQuery< K >(string key, LCQuery< K > query) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereNear(string key, LCGeoPoint point) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereNotContainedIn(string key, IEnumerable values) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereNotEqualTo(string key, object value) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereRelatedTo(LCObject parent, string key) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereSizeEqualTo(string key, int size) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereStartsWith(string key, string prefix) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereWithinGeoBox(string key, LCGeoPoint southwest, LCGeoPoint northeast) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereWithinKilometers(string key, LCGeoPoint point, double maxDistance) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereWithinMiles(string key, LCGeoPoint point, double maxDistance) | LeanCloud.Storage.LCQuery< LCStatus > | inline |
WhereWithinRadians(string key, LCGeoPoint point, double maxDistance) | LeanCloud.Storage.LCQuery< LCStatus > | inline |