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

Exibir arquivo Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
Get ( string instance, string behaviorType ) : IBehaviorStore
Register ( string instance, string behaviorType, IBehaviorStore store ) : void
Remove ( string instance ) : void

Method Details

Get() public static method

public static Get ( string instance, string behaviorType ) : IBehaviorStore
instance string
behaviorType string
return IBehaviorStore

Register() public static method

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

Remove() public static method

public static Remove ( string instance ) : void
instance string
return void