메소드 | 설명 | |
---|---|---|
CreateCommentFromPost ( int contentId, Orchard.Disqus.Models.DisqusPost post ) : bool | ||
DisqusMappingService ( IOrchardServices orchardServices, ICommentService commentService, IRepository |
||
GetContentIdForThreadId ( string threadId ) : int | ||
MapThreadIdToContentId ( string threadId, int contentId, string validSlug ) : bool |
public CreateCommentFromPost ( int contentId, Orchard.Disqus.Models.DisqusPost post ) : bool | ||
contentId | int | |
post | Orchard.Disqus.Models.DisqusPost | |
리턴 | bool |
public DisqusMappingService ( IOrchardServices orchardServices, ICommentService commentService, IRepository |
||
orchardServices | IOrchardServices | |
commentService | ICommentService | |
threadMappingRepository | IRepository |
|
postMappingRepository | IRepository |
|
리턴 | System.Linq |
public GetContentIdForThreadId ( string threadId ) : int | ||
threadId | string | |
리턴 | int |
public MapThreadIdToContentId ( string threadId, int contentId, string validSlug ) : bool | ||
threadId | string | |
contentId | int | |
validSlug | string | |
리턴 | bool |