C# 클래스 NLite.Data.EFDataAnnotiationAdapter

파일 보기 프로젝트 열기: netcasewqs/elinq 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Column ColumnAttribute
DatabaseGenerated DatabaseGeneratedAttribute
ForeignKey ForeignKeyAttribute
MaxLength MaxLengthAttribute
Table TableAttribute

공개 메소드들

메소드 설명
Init ( Assembly asm ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( Assembly asm ) : void
asm System.Reflection.Assembly
리턴 void

프로퍼티 상세

Column 공개적으로 프로퍼티

public ColumnAttribute,NLite.Data Column
리턴 ColumnAttribute

DatabaseGenerated 공개적으로 프로퍼티

public DatabaseGeneratedAttribute DatabaseGenerated
리턴 DatabaseGeneratedAttribute

ForeignKey 공개적으로 프로퍼티

public ForeignKeyAttribute ForeignKey
리턴 ForeignKeyAttribute

MaxLength 공개적으로 프로퍼티

public MaxLengthAttribute MaxLength
리턴 MaxLengthAttribute

Table 공개적으로 프로퍼티

public TableAttribute,NLite.Data Table
리턴 TableAttribute