Click or drag to resize

RecroDictDataAnnotationsProviderFilterAttributes Method

Gets a list of attributes.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
protected override IEnumerable<Attribute> FilterAttributes(
	Type containerType,
	PropertyDescriptor propertyDescriptor,
	IEnumerable<Attribute> attributes
)

Parameters

containerType
Type: SystemType
The type of the container.
propertyDescriptor
Type: System.ComponentModelPropertyDescriptor
The property descriptor.
attributes
Type: System.Collections.GenericIEnumerableAttribute
The attribute container.

Return Value

Type: IEnumerableAttribute
A list of attributes.
See Also