C# 클래스 Habanero.Smooth.InheritanceAutoMapper

Automatically maps an inheritance Relationship. based on the heuristic of ChildClass: ParentClass where the ChildClass and ParentClass are both BusinessObjects. The Inhertiance Relationship is always taken as Single Table.
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateDiscriminatorProp void
MustBeMapped bool

공개 메소드들

메소드 설명
InheritanceAutoMapper ( TypeWrapper typeWrapper ) : System

Map ( ) : ISuperClassDef

비공개 메소드들

메소드 설명
CreateDiscriminatorProp ( ISuperClassDef inheritanceClassDef ) : void
MustBeMapped ( ) : bool

메소드 상세

InheritanceAutoMapper() 공개 메소드

public InheritanceAutoMapper ( TypeWrapper typeWrapper ) : System
typeWrapper TypeWrapper
리턴 System

Map() 공개 메소드

public Map ( ) : ISuperClassDef
리턴 ISuperClassDef