C# Class Realms.BacklinkAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: realm/realm-dotnet

Private Properties

Property Type Description

Public Methods

Method Description
BacklinkAttribute ( string property ) : System

Initializes a new instance of the BacklinkAttribute class.

Method Details

BacklinkAttribute() public method

Initializes a new instance of the BacklinkAttribute class.
public BacklinkAttribute ( string property ) : System
property string The property that is on the other end of the relationship.
return System