C# Класс AddOn.CatalogRelations.Components.CatalogRelationsComponent

Наследование: ComponentDefinitionBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CatalogRelationsQueryPlugInArea string

Открытые методы

Метод Описание
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.

Описание методов

CatalogRelationsComponent() публичный Метод

Initializes a new instance of the CatalogRelationsComponent class.
public CatalogRelationsComponent ( ) : System.Collections.Generic
Результат System.Collections.Generic

CatalogRelationsComponent() публичный Метод

Initializes a new instance of the CatalogRelationsComponent class.
public CatalogRelationsComponent ( IEnumerable queries ) : System.Collections.Generic
queries IEnumerable The queries.
Результат System.Collections.Generic

CreateComponent() публичный Метод

Creates the component.
public CreateComponent ( ) : IComponent
Результат IComponent

Описание свойств

CatalogRelationsQueryPlugInArea публичное статическое свойство

The plugin area to use for queries that show up in the catalog relations gadget.
public static string CatalogRelationsQueryPlugInArea
Результат string