C# 클래스 Kooboo.Commerce.Rules.EventSlot

파일 보기 프로젝트 열기: Kooboo/Ecommerce 1 사용 예제들

공개 메소드들

메소드 설명
EventSlot ( Type eventType ) : System
EventSlot ( Type eventType, string shortName ) : System
Initialize ( ) : void

비공개 메소드들

메소드 설명
ExecuteActivities ( IEnumerable configuredActivities, IEvent @event ) : void
Handle ( IEvent @event, CommerceInstance commerceInstance ) : void
ScheduleActivities ( IEnumerable activities, IEvent @event, CommerceInstance instance ) : void

메소드 상세

EventSlot() 공개 메소드

public EventSlot ( Type eventType ) : System
eventType System.Type
리턴 System

EventSlot() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void