C# 클래스 Habanero.Smooth.IdentityAutoMapper

Maps the Identity
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreatePrimaryKeyProp IPropDef
FindExistingPKPropDef IPropDef
GetPrimaryKeyDef IPrimaryKeyDef
GetPrimaryKeyPropDef IPropDef
IsGuidObjectID bool

공개 메소드들

메소드 설명
IdentityAutoMapper ( IClassDef classDef ) : System

Construct

MapIdentity ( ) : IPrimaryKeyDef

Map the Identity for the given ClassDef

비공개 메소드들

메소드 설명
CreatePrimaryKeyProp ( ) : IPropDef
FindExistingPKPropDef ( ) : IPropDef
GetPrimaryKeyDef ( IClassDef classDef ) : IPrimaryKeyDef

Gets the Primary Key def from this ClassDef or one of its Super Class Defs

GetPrimaryKeyPropDef ( ) : IPropDef
IsGuidObjectID ( IPropDef propDef ) : bool

메소드 상세

IdentityAutoMapper() 공개 메소드

Construct
public IdentityAutoMapper ( IClassDef classDef ) : System
classDef IClassDef
리턴 System

MapIdentity() 공개 메소드

Map the Identity for the given ClassDef
public MapIdentity ( ) : IPrimaryKeyDef
리턴 IPrimaryKeyDef