ChildPropertyTypeDescriptorGetProperties(Attribute) Method

This is overridden to return a property descriptors for the object represented by this type descriptor along with extra property descriptors for its child properties.

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)

Parameters

attributes  Attribute
An array of attributes to use as a filter or null for no filter

Return Value

PropertyDescriptorCollection
Returns a PropertyDescriptorCollection that contains property descriptors for the object and its child properties.

Implements

ICustomTypeDescriptorGetProperties(Attribute)

See Also