C# 클래스 Habanero.Smooth.AutoMapManyToOneAttribute

상속: AutoMapRelationshipAttribute
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

공개 메소드들

메소드 설명
AutoMapManyToOneAttribute ( ) : System

AutoMapManyToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName ) : System

AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

메소드 상세

AutoMapManyToOneAttribute() 공개 메소드

public AutoMapManyToOneAttribute ( ) : System
리턴 System

AutoMapManyToOneAttribute() 공개 메소드

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

AutoMapManyToOneAttribute() 공개 메소드

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

AutoMapManyToOneAttribute() 공개 메소드

public AutoMapManyToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
reverseRelationshipName string
relationshipType RelationshipType
리턴 System