Click or drag to resize
IPropertyDescriptorFactory Interface
interface for the factory which creates different sets of property descriptor sets. Required for complex databinding. Selfservicing specific.

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
public interface IPropertyDescriptorFactory

The IPropertyDescriptorFactory type exposes the following members.

Methods
  NameDescription
Public methodGetItemProperties
Creates a new propertydescriptorcollection using the specialized methods of the types stored INSIDE the type specified.
Public methodGetPropertyDescriptors
Constructs the actual property descriptor collection.
Top
See Also