Click or drag to resize

EntityPropertyDescriptor.GetChildProperties Method (Object,Attribute[])

Returns a PropertyDescriptorCollection for a given object using a specified array of attributes as a filter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public override PropertyDescriptorCollection GetChildProperties(
	Object instance,
	Attribute[] filter
)

Parameters

instance
Type: System.Object
A component to get the properties for.
filter
Type:System.Attribute[]
An array of type Attribute to use as a filter.

Return Value

Type: PropertyDescriptorCollection
A PropertyDescriptorCollection with the properties that match the specified attributes for the specified component.
See Also