C# Class NLite.Data.EFDataAnnotiationAdapter

ファイルを表示 Open project: netcasewqs/elinq Class Usage Examples

Public Properties

Property Type Description
Column ColumnAttribute
DatabaseGenerated DatabaseGeneratedAttribute
ForeignKey ForeignKeyAttribute
MaxLength MaxLengthAttribute
Table TableAttribute

Public Methods

Method Description
Init ( Assembly asm ) : void

Method Details

Init() public static method

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

Property Details

Column public_oe property

public ColumnAttribute,NLite.Data Column
return ColumnAttribute

DatabaseGenerated public_oe property

public DatabaseGeneratedAttribute DatabaseGenerated
return DatabaseGeneratedAttribute

ForeignKey public_oe property

public ForeignKeyAttribute ForeignKey
return ForeignKeyAttribute

MaxLength public_oe property

public MaxLengthAttribute MaxLength
return MaxLengthAttribute

Table public_oe property

public TableAttribute,NLite.Data Table
return TableAttribute