C# Class NLite.Data.DataAnnotationMappingAdapter

显示文件 Open project: netcasewqs/elinq Class Usage Examples

Public Properties

Property Type Description
Association AssociationAttribute
AssociationAttributeType System.Type
KeyAttributeType System.Type
RequiredAttributeType System.Type
StringLength StringLengthAttribute
StringLengthAttributeType System.Type

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

Association public_oe property

public AssociationAttribute,NLite.Data Association
return AssociationAttribute

AssociationAttributeType public_oe static_oe property

public static Type,System AssociationAttributeType
return System.Type

KeyAttributeType public_oe static_oe property

public static Type,System KeyAttributeType
return System.Type

RequiredAttributeType public_oe static_oe property

public static Type,System RequiredAttributeType
return System.Type

StringLength public_oe property

public StringLengthAttribute StringLength
return StringLengthAttribute

StringLengthAttributeType public_oe static_oe property

public static Type,System StringLengthAttributeType
return System.Type