C# 클래스 Orchard.Disqus.Services.DisqusMappingService

상속: IDisqusMappingService
파일 보기 프로젝트 열기: jkernech/Orchard.Disqus

공개 메소드들

메소드 설명
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