C# Class Realms.BacklinkAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: realm/realm-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BacklinkAttribute ( string property ) : System

Initializes a new instance of the BacklinkAttribute class.

Method Details

BacklinkAttribute() public méthode

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.
Résultat System