Class SingleObjectSelectorBase<TProperties, TFormComponentValue>
Base class for Single object selector form component.
public abstract class SingleObjectSelectorBase<TProperties, TFormComponentValue> : ObjectSelectorBase<TProperties, SingleObjectSelectorClientProperties<TFormComponentValue>, TFormComponentValue, TFormComponentValue>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem where TProperties : SingleObjectSelectorProperties, new()
Type Parameters
TProperties
Component properties type.
TFormComponentValue
A CLR type of a value element the form component operates with.
- Inheritance
-
objectFormComponent<TProperties, SingleObjectSelectorClientProperties<TFormComponentValue>, TFormComponentValue>ObjectSelectorBase<TProperties, SingleObjectSelectorClientProperties<TFormComponentValue>, TFormComponentValue, TFormComponentValue>SingleObjectSelectorBase<TProperties, TFormComponentValue>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SingleObjectSelectorBase(IObjectsRetriever, IObjectSelectorWhereConditionProviderActivator, ILocalizationService)
Constructor.
protected SingleObjectSelectorBase(IObjectsRetriever objectsRetriever, IObjectSelectorWhereConditionProviderActivator whereConditionProviderActivator, ILocalizationService localizationService)
Parameters
objectsRetriever
IObjectsRetrieverObjects retriever.
whereConditionProviderActivator
IObjectSelectorWhereConditionProviderActivatorWHERE condition provider activator.
localizationService
ILocalizationServiceLocalization service.
Exceptions
- ArgumentNullException
If
objectsRetriever
,whereConditionProviderActivator
orlocalizationService
is null.
Properties
ClientComponentName
Name of the front-end type implementing the UI form component.
public override string ClientComponentName { get; }
Property Value
- string
Methods
ConvertFormComponentSingleItemValue(IEnumerable<TFormComponentValue>)
Extracts an array of selected object identifiers from a collection containing items of a the TSingleItemValue
type.
protected override IEnumerable<string> ConvertFormComponentSingleItemValue(IEnumerable<TFormComponentValue> value)
Parameters
value
IEnumerable<TFormComponentValue>Component value.
Returns
- IEnumerable<string>