Table of Contents

Class ConfigurableProductIndexSchemaExtender

Namespace
Dynamicweb.Ecommerce.Indexing
Assembly
Dynamicweb.Ecommerce.dll
public class ConfigurableProductIndexSchemaExtender : ProductIndexSchemaExtender, IConfigurableIndexSchemaExtender, IIndexSchemaExtender
Inheritance
ConfigurableProductIndexSchemaExtender
Implements
Inherited Members

Methods

GetConfigurableFields()

public IList<FieldDefinitionBase> GetConfigurableFields()

Returns

IList<FieldDefinitionBase>

GetFields()

Gets the field definitions

public override IEnumerable<FieldDefinitionBase> GetFields()

Returns

IEnumerable<FieldDefinitionBase>

The field definitions

GetFields(string)

Gets the field definitions

public override IEnumerable<FieldDefinitionBase> GetFields(string languageId)

Parameters

languageId string

Returns

IEnumerable<FieldDefinitionBase>

The field definitions

GetRequiredFields()

public IList<FieldDefinitionBase> GetRequiredFields()

Returns

IList<FieldDefinitionBase>
To top