C# Класс Orchard.Disqus.Services.DisqusMappingService

Наследование: IDisqusMappingService
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCommentFromPost ( int contentId, Orchard.Disqus.Models.DisqusPost post ) : bool
DisqusMappingService ( IOrchardServices orchardServices, ICommentService commentService, IRepository threadMappingRepository, IRepository postMappingRepository ) : System.Linq
GetContentIdForThreadId ( string threadId ) : int
MapThreadIdToContentId ( string threadId, int contentId, string validSlug ) : bool

Описание методов

CreateCommentFromPost() публичный Метод

public CreateCommentFromPost ( int contentId, Orchard.Disqus.Models.DisqusPost post ) : bool
contentId int
post Orchard.Disqus.Models.DisqusPost
Результат bool

DisqusMappingService() публичный Метод

public DisqusMappingService ( IOrchardServices orchardServices, ICommentService commentService, IRepository threadMappingRepository, IRepository postMappingRepository ) : System.Linq
orchardServices IOrchardServices
commentService ICommentService
threadMappingRepository IRepository
postMappingRepository IRepository
Результат System.Linq

GetContentIdForThreadId() публичный Метод

public GetContentIdForThreadId ( string threadId ) : int
threadId string
Результат int

MapThreadIdToContentId() публичный Метод

public MapThreadIdToContentId ( string threadId, int contentId, string validSlug ) : bool
threadId string
contentId int
validSlug string
Результат bool