C# Class Habanero.Smooth.AutoMapOneToManyAttribute

Inheritance: AutoMapRelationshipAttribute
Afficher le fichier Open project: Chillisoft/habanero.smooth

Méthodes publiques

Méthode Description
AutoMapOneToManyAttribute ( ) : System

Default constructor for OneToMany

AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System

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

Method Details

AutoMapOneToManyAttribute() public méthode

Default constructor for OneToMany
public AutoMapOneToManyAttribute ( ) : System
Résultat System

AutoMapOneToManyAttribute() public méthode

public AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System
relationshipType RelationshipType
Résultat System

AutoMapOneToManyAttribute() public méthode

public AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System
reverseRelationshipName string
Résultat System

AutoMapOneToManyAttribute() public méthode

public AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System
reverseRelationshipName string
relationshipType RelationshipType
deleteParentAction DeleteParentAction
Résultat System