Click or drag to resize
IPropertyDescriptorFactory.GetPropertyDescriptors Method
Constructs the actual property descriptor collection.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
PropertyDescriptorCollection GetPropertyDescriptors(
	IEntity entityToCheck,
	Type typeOfEntity
)

Parameters

entityToCheck
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntity
entity instance which properties should be included in the collection
typeOfEntity
Type: System.Type
full type of the entity

Return Value

Type: PropertyDescriptorCollection
filled in property descriptor collection
See Also