C# Class EFExtensions.EFWRappableFields.WrappedFieldsMappingProvider

Afficher le fichier Open project: DavyLandman/EFWrappableFields

Méthodes publiques

Méthode Description
GetAvailableMapping ( Type forType, MemberInfo wrappedProperty ) : MemberInfo
InitializeFrom ( Assembly assembly ) : void

Private Methods

Méthode Description
GetMappingsFor ( Type wrappedType ) : MemberInfo>.Dictionary

Method Details

GetAvailableMapping() public static méthode

public static GetAvailableMapping ( Type forType, MemberInfo wrappedProperty ) : MemberInfo
forType System.Type
wrappedProperty System.Reflection.MemberInfo
Résultat System.Reflection.MemberInfo

InitializeFrom() public static méthode

public static InitializeFrom ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void