C# Class Habanero.Smooth.IdentityAutoMapper

Maps the Identity
Afficher le fichier Open project: Chillisoft/habanero.smooth Class Usage Examples

Private Properties

Свойство Type Description
CreatePrimaryKeyProp IPropDef
FindExistingPKPropDef IPropDef
GetPrimaryKeyDef IPrimaryKeyDef
GetPrimaryKeyPropDef IPropDef
IsGuidObjectID bool

Méthodes publiques

Méthode Description
IdentityAutoMapper ( IClassDef classDef ) : System

Construct

MapIdentity ( ) : IPrimaryKeyDef

Map the Identity for the given ClassDef

Private Methods

Méthode Description
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

Method Details

IdentityAutoMapper() public méthode

Construct
public IdentityAutoMapper ( IClassDef classDef ) : System
classDef IClassDef
Résultat System

MapIdentity() public méthode

Map the Identity for the given ClassDef
public MapIdentity ( ) : IPrimaryKeyDef
Résultat IPrimaryKeyDef