C# Class AddOn.CatalogRelations.Components.CatalogRelationsComponent

Inheritance: ComponentDefinitionBase
Datei anzeigen Open project: episerver/AddOn.CatalogRelations

Public Properties

Property Type Description
CatalogRelationsQueryPlugInArea string

Public Methods

Method Description
CatalogRelationsComponent ( ) : System.Collections.Generic

Initializes a new instance of the CatalogRelationsComponent class.

CatalogRelationsComponent ( IEnumerable queries ) : System.Collections.Generic

Initializes a new instance of the CatalogRelationsComponent class.

CreateComponent ( ) : IComponent

Creates the component.

Method Details

CatalogRelationsComponent() public method

Initializes a new instance of the CatalogRelationsComponent class.
public CatalogRelationsComponent ( ) : System.Collections.Generic
return System.Collections.Generic

CatalogRelationsComponent() public method

Initializes a new instance of the CatalogRelationsComponent class.
public CatalogRelationsComponent ( IEnumerable queries ) : System.Collections.Generic
queries IEnumerable The queries.
return System.Collections.Generic

CreateComponent() public method

Creates the component.
public CreateComponent ( ) : IComponent
return IComponent

Property Details

CatalogRelationsQueryPlugInArea public_oe static_oe property

The plugin area to use for queries that show up in the catalog relations gadget.
public static string CatalogRelationsQueryPlugInArea
return string