C# Class EFExtensions.EFWRappableFields.WrappedFieldsMappingProvider

ファイルを表示 Open project: DavyLandman/EFWrappableFields

Public Methods

Method Description
GetAvailableMapping ( Type forType, MemberInfo wrappedProperty ) : MemberInfo
InitializeFrom ( Assembly assembly ) : void

Private Methods

Method Description
GetMappingsFor ( Type wrappedType ) : MemberInfo>.Dictionary

Method Details

GetAvailableMapping() public static method

public static GetAvailableMapping ( Type forType, MemberInfo wrappedProperty ) : MemberInfo
forType System.Type
wrappedProperty System.Reflection.MemberInfo
return System.Reflection.MemberInfo

InitializeFrom() public static method

public static InitializeFrom ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void