Table of Contents

Class ObjectGuidSelectorComponent

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

Object GUID selector component.

[ComponentAttribute(typeof(ObjectGuidSelectorComponentAttribute))]
public sealed class ObjectGuidSelectorComponent : MultipleObjectSelectorBase<ObjectSelectorProperties, Guid>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
ObjectGuidSelectorComponent
Implements
Inherited Members
Extension Methods

Constructors

ObjectGuidSelectorComponent(IObjectsRetriever, IObjectSelectorWhereConditionProviderActivator, ILocalizationService)

Constructor.

public ObjectGuidSelectorComponent(IObjectsRetriever objectsRetriever, IObjectSelectorWhereConditionProviderActivator whereConditionProviderActivator, ILocalizationService localizationService)

Parameters

objectsRetriever IObjectsRetriever

Objects retriever.

whereConditionProviderActivator IObjectSelectorWhereConditionProviderActivator

WHERE condition provider activator.

localizationService ILocalizationService

Localization service.

Fields

IDENTIFIER

Object GUID selector component identifier.

public const string IDENTIFIER = "Kentico.Administration.ObjectGuidSelector"

Field Value

string

Methods

ConfigureComponent()

Configures the form component. This method is called when all form component properties are set.

protected override void ConfigureComponent()

Remarks

Override this method to set component inner state, like additional component validation rules.

ConvertFormComponentValue(IEnumerable<Guid>)

Extracts an array of selected object identifiers from component value for the sake of providing selected objects meta data to the client component.

protected override IEnumerable<string> ConvertFormComponentValue(IEnumerable<Guid> value)

Parameters

value IEnumerable<Guid>

Component value.

Returns

IEnumerable<string>

ExtractValue(IDataContainer, ObjectTypeInfo)

Enables IObjectsRetriever to create an element from a source data.

protected override Guid ExtractValue(IDataContainer dataContainer, ObjectTypeInfo typeInfo)

Parameters

dataContainer IDataContainer

Source data.

typeInfo ObjectTypeInfo

Type info.

Returns

Guid