C# Class Habanero.Smooth.AutoMapRelationshipAttribute

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

Méthodes protégées

Méthode Description
AutoMapRelationshipAttribute ( ) : System

AutoMapRelationshipAttribute ( RelationshipType relationshipType ) : System

AutoMapRelationshipAttribute ( string reverseRelationshipName ) : System

AutoMapRelationshipAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

Method Details

AutoMapRelationshipAttribute() protected méthode

protected AutoMapRelationshipAttribute ( ) : System
Résultat System

AutoMapRelationshipAttribute() protected méthode

protected AutoMapRelationshipAttribute ( RelationshipType relationshipType ) : System
relationshipType RelationshipType
Résultat System

AutoMapRelationshipAttribute() protected méthode

protected AutoMapRelationshipAttribute ( string reverseRelationshipName ) : System
reverseRelationshipName string
Résultat System

AutoMapRelationshipAttribute() protected méthode

protected AutoMapRelationshipAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
reverseRelationshipName string
relationshipType RelationshipType
Résultat System