C# 클래스 AddOn.CatalogRelations.Components.CatalogRelationsComponent

상속: ComponentDefinitionBase
파일 보기 프로젝트 열기: episerver/AddOn.CatalogRelations

공개 프로퍼티들

프로퍼티 타입 설명
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