C# 클래스 Habanero.Smooth.UniqueConstraintAutoMapper

Automatically maps all unique constraints defined on a class using a the appropriate attributes (e.g. AutoMapUniqueConstraintAttribute) via reflection.
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPrimaryKeyDef IPrimaryKeyDef

공개 메소드들

메소드 설명
MapUniqueConstraints ( ) : IList

Maps all the Unique Constraints for the Class.

UniqueConstraintAutoMapper ( IClassDef classDef ) : System

비공개 메소드들

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

메소드 상세

MapUniqueConstraints() 공개 메소드

Maps all the Unique Constraints for the Class.
public MapUniqueConstraints ( ) : IList
리턴 IList

UniqueConstraintAutoMapper() 공개 메소드

public UniqueConstraintAutoMapper ( IClassDef classDef ) : System
classDef IClassDef
리턴 System