C# Class Habanero.Smooth.AutoMapRelationshipAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: Chillisoft/habanero.smooth

Protected Methods

Method Description
AutoMapRelationshipAttribute ( ) : System

AutoMapRelationshipAttribute ( RelationshipType relationshipType ) : System

AutoMapRelationshipAttribute ( string reverseRelationshipName ) : System

AutoMapRelationshipAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

Method Details

AutoMapRelationshipAttribute() protected method

protected AutoMapRelationshipAttribute ( ) : System
return System

AutoMapRelationshipAttribute() protected method

protected AutoMapRelationshipAttribute ( RelationshipType relationshipType ) : System
relationshipType RelationshipType
return System

AutoMapRelationshipAttribute() protected method

protected AutoMapRelationshipAttribute ( string reverseRelationshipName ) : System
reverseRelationshipName string
return System

AutoMapRelationshipAttribute() protected method

protected AutoMapRelationshipAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
reverseRelationshipName string
relationshipType RelationshipType
return System