C# 클래스 Kooboo.Commerce.Recommendations.Engine.Behaviors.BehaviorStores

파일 보기 프로젝트 열기: Kooboo/Ecommerce 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string instance, string behaviorType ) : IBehaviorStore
Register ( string instance, string behaviorType, IBehaviorStore store ) : void
Remove ( string instance ) : void

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string instance, string behaviorType ) : IBehaviorStore
instance string
behaviorType string
리턴 IBehaviorStore

Register() 공개 정적인 메소드

public static Register ( string instance, string behaviorType, IBehaviorStore store ) : void
instance string
behaviorType string
store IBehaviorStore
리턴 void

Remove() 공개 정적인 메소드

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