C# Класс System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
InversePropertyAttribute ( string property ) : System.Globalization

Initializes a new instance of the InversePropertyAttribute class.

Описание методов

InversePropertyAttribute() публичный Метод

Initializes a new instance of the InversePropertyAttribute class.
public InversePropertyAttribute ( string property ) : System.Globalization
property string The navigation property representing the other end of the same relationship.
Результат System.Globalization