C# Class Habanero.Smooth.AutoMapOneToOneAttribute

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

Public Methods

Method Description
AutoMapOneToOneAttribute ( ) : System

Construct the Attribute

AutoMapOneToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

Method Details

AutoMapOneToOneAttribute() public method

Construct the Attribute
public AutoMapOneToOneAttribute ( ) : System
return System

AutoMapOneToOneAttribute() public method

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

AutoMapOneToOneAttribute() public method

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

AutoMapOneToOneAttribute() public method

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