C# Class AddOn.CatalogRelations.Components.CatalogRelationsComponent

Inheritance: ComponentDefinitionBase
Afficher le fichier Open project: episerver/AddOn.CatalogRelations

Méthodes publiques

Свойство Type Description
CatalogRelationsQueryPlugInArea string

Méthodes publiques

Méthode 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 méthode

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

CatalogRelationsComponent() public méthode

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

CreateComponent() public méthode

Creates the component.
public CreateComponent ( ) : IComponent
Résultat 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
Résultat string