Click or drag to resize

IPropertyDescriptorFactoryGetItemProperties Method

Creates a new propertydescriptorcollection using the specialized methods of the types stored INSIDE the type specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
PropertyDescriptorCollection GetItemProperties(
	Type typeOfCollection
)

Parameters

typeOfCollection
Type: SystemType
type which contains other types which properties we're interested in.

Return Value

Type: PropertyDescriptorCollection
filled propertydescriptorcollection of type inside the type specified.
See Also