C# 클래스 Habanero.Smooth.AutoMapOneToManyAttribute

상속: AutoMapRelationshipAttribute
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth

공개 메소드들

메소드 설명
AutoMapOneToManyAttribute ( ) : System

Default constructor for OneToMany

AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System

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

메소드 상세

AutoMapOneToManyAttribute() 공개 메소드

Default constructor for OneToMany
public AutoMapOneToManyAttribute ( ) : System
리턴 System

AutoMapOneToManyAttribute() 공개 메소드

public AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System
relationshipType RelationshipType
리턴 System

AutoMapOneToManyAttribute() 공개 메소드

public AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System
reverseRelationshipName string
리턴 System

AutoMapOneToManyAttribute() 공개 메소드

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