Public Shared Function GetParentProperties( _ ByVal type As Type, _ ByVal mapper As IAutoMap _ ) As List(Of PropertyInfo)
Dim type As Type Dim mapper As IAutoMap Dim value As List(Of PropertyInfo) value = ReflectionHelper.GetParentProperties(type, mapper)
public static List<PropertyInfo> GetParentProperties( Type type, IAutoMap mapper )
public: static List<PropertyInfo*>* GetParentProperties( Type* type, IAutoMap* mapper )
public: static List<PropertyInfo^>^ GetParentProperties( Type^ type, IAutoMap^ mapper )
Parameters
- type
- The type of the class
- mapper
- Automapper object