Table of Contents

Class SingleObjectSelectorBase<TProperties, TFormComponentValue>

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

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
object
FormComponent<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 IObjectsRetriever

Objects retriever.

whereConditionProviderActivator IObjectSelectorWhereConditionProviderActivator

WHERE condition provider activator.

localizationService ILocalizationService

Localization service.

Exceptions

ArgumentNullException

If objectsRetriever, whereConditionProviderActivator or localizationService 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>