LeanCloud C# SDK
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
LeanCloud.Storage.LCRelation< T > Class Template Reference

LCRelation provides access to all of the children of a many-to-many relationship. More...

Public Member Functions

 LCRelation ()
 Constructs a LCRelation.
 

Properties

string Key [get, set]
 The key of this LCRelation.
 
LCObject Parent [get, set]
 The parent of this LCRelation.
 
string TargetClass [get, set]
 The className of this LCRelation.
 
LCQuery< T > Query [get]
 Gets a query that can be used to query the objects in this relation.
 

Detailed Description

LCRelation provides access to all of the children of a many-to-many relationship.

Template Parameters
TThe type of the child objects.
Type Constraints
T :LCObject 

Constructor & Destructor Documentation

◆ LCRelation()

Constructs a LCRelation.

Property Documentation

◆ Key

string LeanCloud.Storage.LCRelation< T >.Key
getset

The key of this LCRelation.

◆ Parent

The parent of this LCRelation.

◆ Query

Gets a query that can be used to query the objects in this relation.

◆ TargetClass

string LeanCloud.Storage.LCRelation< T >.TargetClass
getset

The className of this LCRelation.


The documentation for this class was generated from the following file: