EntityPropertyDescriptorGetChildProperties Method (Object, Attribute) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override PropertyDescriptorCollection GetChildProperties(
Object instance,
Attribute[] filter
)
Public Overrides Function GetChildProperties (
instance As Object,
filter As Attribute()
) As PropertyDescriptorCollection
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