Table of Contents

Class SelectorProviderBase

Namespace
Dynamicweb.CoreUI.Editors.Selectors
Assembly
Dynamicweb.CoreUI.dll
public abstract class SelectorProviderBase
Inheritance
SelectorProviderBase
Derived
Inherited Members

Constructors

SelectorProviderBase(int)

protected SelectorProviderBase(int columnCount)

Parameters

columnCount int

Properties

ColumnValues

public IDictionary<int, ColumnValue> ColumnValues { get; set; }

Property Value

IDictionary<int, ColumnValue>

SelectedValues

public IEnumerable<string>? SelectedValues { get; set; }

Property Value

IEnumerable<string>

Methods

GetColumn(int)

public UiComponentBase GetColumn(int columnIndex)

Parameters

columnIndex int

Returns

UiComponentBase

GetColumnContent(int)

protected abstract UiComponentBase? GetColumnContent(int columnIndex)

Parameters

columnIndex int

Returns

UiComponentBase

GetDefinition()

public abstract SelectorDefinitionModel GetDefinition()

Returns

SelectorDefinitionModel
To top