C# Class Kooboo.Commerce.Rules.EventSlot

Exibir arquivo Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
EventSlot ( Type eventType ) : System
EventSlot ( Type eventType, string shortName ) : System
Initialize ( ) : void

Private Methods

Method 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 method

public EventSlot ( Type eventType ) : System
eventType System.Type
return System

EventSlot() public method

public EventSlot ( Type eventType, string shortName ) : System
eventType System.Type
shortName string
return System

Initialize() public method

public Initialize ( ) : void
return void