Suoranta.EnterpriseLib.Web - Developer API

EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>..::..GetPropertiesWith<(Of <(<'TAttribute>)>)> Method

Get instance properties that have types derived from Filter and also have specific custom attribute set.

Namespace:  Suoranta.EnterpriseLib.Linq
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


protected PropertyInfo[] GetPropertiesWith<TAttribute>(
	bool inherited
)
where TAttribute : Attribute

Type Parameters

TAttribute
Returned properties must have this attribute.

Parameters

inherited
Type: Boolean

Return Value

PropertyInfos for matching subclass properties