C# Class Kooboo.Commerce.Rules.EventSlot

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

Méthodes publiques

Méthode Description
EventSlot ( Type eventType ) : System
EventSlot ( Type eventType, string shortName ) : System
Initialize ( ) : void

Private Methods

Méthode Description
ExecuteActivities ( IEnumerable configuredActivities, IEvent @event ) : void
Handle ( IEvent @event, CommerceInstance commerceInstance ) : void
ScheduleActivities ( IEnumerable activities, IEvent @event, CommerceInstance instance ) : void

Method Details

EventSlot() public méthode

public EventSlot ( Type eventType ) : System
eventType System.Type
Résultat System

EventSlot() public méthode

public EventSlot ( Type eventType, string shortName ) : System
eventType System.Type
shortName string
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void