Knight Data Access Layer
GetChildProperties Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class : GetChildProperties Method
Get the cached child properties for a type
Syntax
Public Shared Function GetChildProperties( _
   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.GetChildProperties(type, mapper)
public static List<PropertyInfo> GetChildProperties( 
   Type type,
   IAutoMap mapper
)
public: static List<PropertyInfo*>* GetChildProperties( 
   Type* type,
   IAutoMap* mapper
) 
public:
static List<PropertyInfo^>^ GetChildProperties( 
   Type^ type,
   IAutoMap^ mapper
) 

Parameters

type
mapper
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