C# 클래스 Harvest.OrchardDevToolbelt.Services.ContactFormService

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

공개 메소드들

메소드 설명
ContactFormService ( IOrchardServices services, IEnumerable filters, IContactFormEventHandler contactFormEventHandler ) : System.Collections.Generic
DeleteEntry ( Orchard.ContentManagement.ContentItem entry ) : void
GetEntries ( ) : IEnumerable
GetEntriesByTitle ( string title ) : IEnumerable
GetEntry ( int id ) : Orchard.ContentManagement.ContentItem
NewEntry ( ContactFormEntry entry ) : Orchard.ContentManagement.ContentItem
StoreEntry ( ContactFormEntry entry ) : Orchard.ContentManagement.ContentItem

메소드 상세

ContactFormService() 공개 메소드

public ContactFormService ( IOrchardServices services, IEnumerable filters, IContactFormEventHandler contactFormEventHandler ) : System.Collections.Generic
services IOrchardServices
filters IEnumerable
contactFormEventHandler IContactFormEventHandler
리턴 System.Collections.Generic

DeleteEntry() 공개 메소드

public DeleteEntry ( Orchard.ContentManagement.ContentItem entry ) : void
entry Orchard.ContentManagement.ContentItem
리턴 void

GetEntries() 공개 메소드

public GetEntries ( ) : IEnumerable
리턴 IEnumerable

GetEntriesByTitle() 공개 메소드

public GetEntriesByTitle ( string title ) : IEnumerable
title string
리턴 IEnumerable

GetEntry() 공개 메소드

public GetEntry ( int id ) : Orchard.ContentManagement.ContentItem
id int
리턴 Orchard.ContentManagement.ContentItem

NewEntry() 공개 메소드

public NewEntry ( ContactFormEntry entry ) : Orchard.ContentManagement.ContentItem
entry Harvest.OrchardDevToolbelt.Models.ContactFormEntry
리턴 Orchard.ContentManagement.ContentItem

StoreEntry() 공개 메소드

public StoreEntry ( ContactFormEntry entry ) : Orchard.ContentManagement.ContentItem
entry Harvest.OrchardDevToolbelt.Models.ContactFormEntry
리턴 Orchard.ContentManagement.ContentItem