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

Inheritance: IBehaviorReceiver
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
BehaviorReceiver ( string instance ) : System
Receive ( IEnumerable behaviors ) : void

Private Methods

Méthode Description
OnReceive ( string type, IEnumerable behaviors ) : void

Method Details

BehaviorReceiver() public méthode

public BehaviorReceiver ( string instance ) : System
instance string
Résultat System

Receive() public méthode

public Receive ( IEnumerable behaviors ) : void
behaviors IEnumerable
Résultat void