LeanCloud C# SDK
|
Classes | |
class | LCACL |
LCACL is used to control which users and roles can access or modify a particular object. Each LCObject can have its own LCACL. More... | |
class | LCCaptchaClient |
Requests a CAPTCHA image and sends the verification code. More... | |
class | LCCapture |
An image CAPTCHA to prevent SMS abuse. More... | |
class | LCClassHook |
LCClassHook represents the hooks for saving / updating / deleting LCObject. More... | |
class | LCCloud |
LCCloud contains static functions that call LeanEngine cloud functions. More... | |
class | LCFile |
LCFile is a local representation of a LeanCloud file. More... | |
class | LCFollowersAndFollowees |
LCFollowersAndFollowees contains followers and followees. More... | |
class | LCFriendship |
LCFriendship contains static functions that handle LCFriendship. More... | |
class | LCFriendshipRequest |
LCFriendshipRequest is a local representation of a friend request that is saved to LeanCloud. More... | |
class | LCGeoPoint |
LCGeoPoint represents a geographic location that may be associated with a key in a LCObject or used as a reference point for queries. More... | |
class | LCInstallation |
class | LCLeaderboard |
LCLeaderboard represents LeanCloud leaderboard and contains static functions that handle the statistic. More... | |
class | LCLeaderboardArchive |
Archived leaderboard. More... | |
class | LCObject |
The LCObject is a local representation of data that can be saved and retrieved from the LeanCloud. More... | |
class | LCQuery |
The LCQuery class defines a query that is used to fetch LCObjects. More... | |
class | LCRanking |
LCRanking represents the rankings of LCLeaderboard. More... | |
class | LCRelation |
LCRelation provides access to all of the children of a many-to-many relationship. More... | |
class | LCRole |
LeanCloud Role, a group of users for the purposes of granting permissions. More... | |
class | LCSearchQuery |
class | LCSearchResponse |
class | LCSearchSortBuilder |
class | LCSMSClient |
LeanCloud SMS Client. More... | |
class | LCStatistic |
LCStatistic represents the statistic of LeanCloud leaderboard. More... | |
class | LCStatus |
LCStatus is a local representation of a status in LeanCloud. More... | |
class | LCStatusCount |
LCStatusCount is a result that contains the count of status. More... | |
class | LCStatusQuery |
LCStatusQuery is the query of LCStatus. More... | |
class | LCUser |
LCUser represents a user for a LeanCloud application. More... | |
class | LCUserAuthDataLoginOption |
LCUser UnionID login parameters. More... | |
class | LCUserQueryCondition |
Enumerations | |
enum | LCLeaderboardOrder { Ascending , Descending } |
enum | LCLeaderboardUpdateStrategy { Better , Last , Sum } |
enum | LCLeaderboardVersionChangeInterval { Never , Day , Week , Month } |