C# Class Habanero.Smooth.AutoMapOneToOneAttribute

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

Méthodes publiques

Méthode Description
AutoMapOneToOneAttribute ( ) : System

Construct the Attribute

AutoMapOneToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

Method Details

AutoMapOneToOneAttribute() public méthode

Construct the Attribute
public AutoMapOneToOneAttribute ( ) : System
Résultat System

AutoMapOneToOneAttribute() public méthode

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

AutoMapOneToOneAttribute() public méthode

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

AutoMapOneToOneAttribute() public méthode

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