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

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

공개 메소드들

메소드 설명
Receive ( string instance, Behavior behavior ) : void
Receive ( string instance, IEnumerable behaviors ) : void
Remove ( string instance ) : void
Set ( string instance, IBehaviorReceiver observer ) : void

메소드 상세

Receive() 공개 정적인 메소드

public static Receive ( string instance, Behavior behavior ) : void
instance string
behavior Behavior
리턴 void

Receive() 공개 정적인 메소드

public static Receive ( string instance, IEnumerable behaviors ) : void
instance string
behaviors IEnumerable
리턴 void

Remove() 공개 정적인 메소드

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

Set() 공개 정적인 메소드

public static Set ( string instance, IBehaviorReceiver observer ) : void
instance string
observer IBehaviorReceiver
리턴 void