EntityPropertyDescriptor.GetChildProperties Method (Object,Attribute[]) |
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)
Syntaxpublic override PropertyDescriptorCollection GetChildProperties(
Object instance,
Attribute[] filter
)
Public Overrides Function GetChildProperties (
instance As Object,
filter As Attribute()
) As PropertyDescriptorCollection
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