Interface IPropertySourceProvider


public interface IPropertySourceProvider
Interface used by PropertySheetEntry to obtain an IPropertySource for a given object.

This interface may be implemented by clients.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a property source for the given object.
  • Method Details

    • getPropertySource

      IPropertySource getPropertySource(Object object)
      Returns a property source for the given object.
      Parameters:
      object - the object
      Returns:
      the property source for the object passed in (maybe null)