C# Class Habanero.Smooth.UniqueConstraintAutoMapper

Automatically maps all unique constraints defined on a class using a the appropriate attributes (e.g. AutoMapUniqueConstraintAttribute) via reflection.
Afficher le fichier Open project: Chillisoft/habanero.smooth Class Usage Examples

Private Properties

Свойство Type Description
GetPrimaryKeyDef IPrimaryKeyDef

Méthodes publiques

Méthode Description
MapUniqueConstraints ( ) : IList

Maps all the Unique Constraints for the Class.

UniqueConstraintAutoMapper ( IClassDef classDef ) : System

Private Methods

Méthode Description
GetPrimaryKeyDef ( IClassDef classDef ) : IPrimaryKeyDef

Method Details

MapUniqueConstraints() public méthode

Maps all the Unique Constraints for the Class.
public MapUniqueConstraints ( ) : IList
Résultat IList

UniqueConstraintAutoMapper() public méthode

public UniqueConstraintAutoMapper ( IClassDef classDef ) : System
classDef IClassDef
Résultat System