C# Class Habanero.Smooth.AutoMapManyToOneAttribute

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

Méthodes publiques

Méthode Description
AutoMapManyToOneAttribute ( ) : System

AutoMapManyToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

Method Details

AutoMapManyToOneAttribute() public méthode

public AutoMapManyToOneAttribute ( ) : System
Résultat System

AutoMapManyToOneAttribute() public méthode

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

AutoMapManyToOneAttribute() public méthode

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

AutoMapManyToOneAttribute() public méthode

public AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
reverseRelationshipName string
relationshipType RelationshipType
Résultat System