C# Class Habanero.Smooth.AutoMapOneToManyAttribute

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

Public Methods

Method Description
AutoMapOneToManyAttribute ( ) : System

Default constructor for OneToMany

AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System

AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System

Method Details

AutoMapOneToManyAttribute() public method

Default constructor for OneToMany
public AutoMapOneToManyAttribute ( ) : System
return System

AutoMapOneToManyAttribute() public method

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

AutoMapOneToManyAttribute() public method

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

AutoMapOneToManyAttribute() public method

public AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System
reverseRelationshipName string
relationshipType RelationshipType
deleteParentAction DeleteParentAction
return System