Realm Xamarin
v0.81.0
Realm for Xamarin
|
An attribute that indicates that the property it decorates is the inverse end of a relationship. More...
Inherits Attribute.
Public Member Functions | |
BacklinkAttribute (string property) | |
Initializes a new instance of the BacklinkAttribute class. More... | |
An attribute that indicates that the property it decorates is the inverse end of a relationship.
Realms.BacklinkAttribute.BacklinkAttribute | ( | string | property | ) |
Initializes a new instance of the BacklinkAttribute class.
property | The property that is on the other end of the relationship. |