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.5.0.0 (5.5.18.1019)
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