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