C# Class Kooboo.Commerce.Recommendations.Engine.Behaviors.BehaviorReceiver

Inheritance: IBehaviorReceiver
Exibir arquivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
BehaviorReceiver ( string instance ) : System
Receive ( IEnumerable behaviors ) : void

Private Methods

Method Description
OnReceive ( string type, IEnumerable behaviors ) : void

Method Details

BehaviorReceiver() public method

public BehaviorReceiver ( string instance ) : System
instance string
return System

Receive() public method

public Receive ( IEnumerable behaviors ) : void
behaviors IEnumerable
return void