Knight Data Access Layer
GetParentProperties Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class : GetParentProperties Method
The type of the class
Automapper object
Get the cached parent properties for a type
Syntax
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionHelper Class
ReflectionHelper Members