Click or drag to resize
EntityPropertyDescriptorGetChildProperties 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.3.0.0 (5.3.0)
Syntax
public override PropertyDescriptorCollection GetChildProperties(
	Object instance,
	Attribute[] filter
)

Parameters

instance
Type: SystemObject
A component to get the properties for.
filter
Type: SystemAttribute
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