C# 클래스 Harvest.OrchardDevToolbelt.Handlers.DefaultContactFormEventHandler

상속: Orchard.Component, IContactFormEventHandler
파일 보기 프로젝트 열기: sfmskywalker/OrchardDevToolbelt

공개 메소드들

메소드 설명
ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
DefaultContactFormEventHandler ( INotifier notifier ) : Harvest.OrchardDevToolbelt.Events

메소드 상세

ContactFormEntryCreated() 공개 메소드

public ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
context ContactFormCreatedContext
리턴 void

ContactFormEntryCreating() 공개 메소드

public ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
context Harvest.OrchardDevToolbelt.Events.ContactFormCreatingContext
리턴 void

DefaultContactFormEventHandler() 공개 메소드

public DefaultContactFormEventHandler ( INotifier notifier ) : Harvest.OrchardDevToolbelt.Events
notifier INotifier
리턴 Harvest.OrchardDevToolbelt.Events