C# Класс Habanero.Smooth.IdentityAutoMapper

Maps the Identity
Показать файл Открыть проект Примеры использования класса

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