DefaultPropertyItemProvider constructor

namespace: Serenity.PropertyGrid   assemblySerenity.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