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

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string instance, string behaviorType ) : IBehaviorStore
Register ( string instance, string behaviorType, IBehaviorStore store ) : void
Remove ( string instance ) : void

Method Details

Get() public static méthode

public static Get ( string instance, string behaviorType ) : IBehaviorStore
instance string
behaviorType string
Résultat IBehaviorStore

Register() public static méthode

public static Register ( string instance, string behaviorType, IBehaviorStore store ) : void
instance string
behaviorType string
store IBehaviorStore
Résultat void

Remove() public static méthode

public static Remove ( string instance ) : void
instance string
Résultat void