Click or drag to resize
IPropertyDescriptorFactoryGetPropertyDescriptors 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.0.0.0 (5.0.0)
Syntax
PropertyDescriptorCollection GetPropertyDescriptors(
	IEntity entityToCheck,
	Type typeOfEntity
)

Parameters

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

Return Value

Type: PropertyDescriptorCollection
filled in property descriptor collection
See Also