DefaultPropertyItemProvider constructor
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Entity
Initializes a new instance of the DefaultPropertyItemProvider class.
public DefaultPropertyItemProvider(IServiceProvider provider, ITypeSource typeSource)
| parameter | description |
|---|---|
| provider | The provider. |
| typeSource | The type source. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | provider or typeSource is null |
See Also
- interface ITypeSource
- class DefaultPropertyItemProvider