C# 클래스 Habanero.Smooth.AutoMapOneToOneAttribute

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

공개 메소드들

메소드 설명
AutoMapOneToOneAttribute ( ) : System

Construct the Attribute

AutoMapOneToOneAttribute ( RelationshipType relationshipType ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName ) : System

AutoMapOneToOneAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System

메소드 상세

AutoMapOneToOneAttribute() 공개 메소드

Construct the Attribute
public AutoMapOneToOneAttribute ( ) : System
리턴 System

AutoMapOneToOneAttribute() 공개 메소드

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

AutoMapOneToOneAttribute() 공개 메소드

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

AutoMapOneToOneAttribute() 공개 메소드

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