C# Класс Habanero.Smooth.AutoMapManyToOneAttribute

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

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

Метод Описание
AutoMapManyToOneAttribute ( ) : System

AutoMapManyToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

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

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

public AutoMapManyToOneAttribute ( ) : System
Результат System

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

public AutoMapManyToOneAttribute ( RelationshipType relationshipType ) : System
relationshipType RelationshipType
Результат System

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

public AutoMapManyToOneAttribute ( string reverseRelationshipName ) : System
reverseRelationshipName string
Результат System

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

public AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
reverseRelationshipName string
relationshipType RelationshipType
Результат System