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

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

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

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

Default constructor for OneToMany

AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System

AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System

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

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

Default constructor for OneToMany
public AutoMapOneToManyAttribute ( ) : System
Результат System

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

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

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

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

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

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