C# Class Habanero.Smooth.AutoMapManyToOneAttribute

Inheritance: AutoMapRelationshipAttribute
Mostrar archivo Open project: Chillisoft/habanero.smooth Class Usage Examples

Public Methods

Method Description
AutoMapManyToOneAttribute ( ) : System

AutoMapManyToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

Method Details

AutoMapManyToOneAttribute() public method

public AutoMapManyToOneAttribute ( ) : System
return System

AutoMapManyToOneAttribute() public method

public AutoMapManyToOneAttribute ( RelationshipType relationshipType ) : System
relationshipType RelationshipType
return System

AutoMapManyToOneAttribute() public method

public AutoMapManyToOneAttribute ( string reverseRelationshipName ) : System
reverseRelationshipName string
return System

AutoMapManyToOneAttribute() public method

public AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
reverseRelationshipName string
relationshipType RelationshipType
return System