DefaultPropertyItemProvider constructor

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