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.3.0.0 (5.3.0)
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