Interface IDropDownOptionsProviderActivator
Provides methods for activating an instance of IDropDownOptionsProvider.
public interface IDropDownOptionsProviderActivator
- Extension Methods
Methods
Activate(Type)
Creates an instance of a CLR type given by optionsProviderType
.
IDropDownOptionsProvider Activate(Type optionsProviderType)
Parameters
optionsProviderType
TypeDrop-down options provider type.
Returns
Exceptions
- InvalidOperationException
If given
optionsProviderType
doesn't implement IDropDownOptionsProvider interface.- ArgumentNullException
If argument
optionsProviderType
is null.