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
optionsProviderTypeTypeDrop-down options provider type.
Returns
Exceptions
- InvalidOperationException
If given
optionsProviderTypedoesn't implement IDropDownOptionsProvider interface.- ArgumentNullException
If argument
optionsProviderTypeis null.