Realm Xamarin  v0.81.0
Realm for Xamarin
Public Member Functions | List of all members
Realms.BacklinkAttribute Class Reference

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...
 

Detailed Description

An attribute that indicates that the property it decorates is the inverse end of a relationship.

Constructor & Destructor Documentation

§ BacklinkAttribute()

Realms.BacklinkAttribute.BacklinkAttribute ( string  property)

Initializes a new instance of the BacklinkAttribute class.

Parameters
propertyThe property that is on the other end of the relationship.