Click or drag to resize
IObjectSelectorComponentBaseTProperties, TSelectorItem Interface
The base component interface used in selectors that leverage the object selector user interface.

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IObjectSelectorComponentBase<out TProperties, out TSelectorItem>
where TProperties : IObjectSelectorPropertiesBase
where TSelectorItem : IObjectSelectorItem

Type Parameters

TProperties
The type of the properties.
TSelectorItem
The type of the selector item.

The IObjectSelectorComponentBaseTProperties, TSelectorItem type exposes the following members.

Properties
  NameDescription
Public propertyInstanceIdentifier
Gets the selector instance identifier.
Public propertyProperties
Gets the form component's properties.
Public propertySelectedValue
Represents the serialized selected value.
Top
Methods
  NameDescription
Public methodGetItemsEndpointUrl
Gets the endpoint URL that provides data for the selector component.
Public methodGetSelectedListItems
Gets synchronously the selected list items.
Top
See Also