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

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

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

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

Construct the Attribute

AutoMapOneToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

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

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

Construct the Attribute
public AutoMapOneToOneAttribute ( ) : System
Результат System

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

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

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

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

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

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