C# Class 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.
Afficher le fichier Open project: Chillisoft/habanero.smooth Class Usage Examples

Private Properties

Свойство Type Description
CreateDiscriminatorProp void
MustBeMapped bool

Méthodes publiques

Méthode Description
InheritanceAutoMapper ( TypeWrapper typeWrapper ) : System

Map ( ) : ISuperClassDef

Private Methods

Méthode Description
CreateDiscriminatorProp ( ISuperClassDef inheritanceClassDef ) : void
MustBeMapped ( ) : bool

Method Details

InheritanceAutoMapper() public méthode

public InheritanceAutoMapper ( TypeWrapper typeWrapper ) : System
typeWrapper TypeWrapper
Résultat System

Map() public méthode

public Map ( ) : ISuperClassDef
Résultat ISuperClassDef