C# 클래스 Kooboo.Commerce.Recommendations.Engine.RelatedItemsProviders

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
GetProviders ( string instance ) : IEnumerable
Register ( string instance, IEnumerable providers ) : void
Register ( string instance, IRelatedItemsProvider provider, float weight = 1f ) : void
RemoveProviders ( string instance ) : void

메소드 상세

GetProviders() 공개 정적인 메소드

public static GetProviders ( string instance ) : IEnumerable
instance string
리턴 IEnumerable

Register() 공개 정적인 메소드

public static Register ( string instance, IEnumerable providers ) : void
instance string
providers IEnumerable
리턴 void

Register() 공개 정적인 메소드

public static Register ( string instance, IRelatedItemsProvider provider, float weight = 1f ) : void
instance string
provider IRelatedItemsProvider
weight float
리턴 void

RemoveProviders() 공개 정적인 메소드

public static RemoveProviders ( string instance ) : void
instance string
리턴 void