C# Class Orchard.Disqus.Services.DisqusMappingService

Inheritance: IDisqusMappingService
Afficher le fichier Open project: jkernech/Orchard.Disqus

Méthodes publiques

Méthode Description
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

Method Details

CreateCommentFromPost() public méthode

public CreateCommentFromPost ( int contentId, Orchard.Disqus.Models.DisqusPost post ) : bool
contentId int
post Orchard.Disqus.Models.DisqusPost
Résultat bool

DisqusMappingService() public méthode

public DisqusMappingService ( IOrchardServices orchardServices, ICommentService commentService, IRepository threadMappingRepository, IRepository postMappingRepository ) : System.Linq
orchardServices IOrchardServices
commentService ICommentService
threadMappingRepository IRepository
postMappingRepository IRepository
Résultat System.Linq

GetContentIdForThreadId() public méthode

public GetContentIdForThreadId ( string threadId ) : int
threadId string
Résultat int

MapThreadIdToContentId() public méthode

public MapThreadIdToContentId ( string threadId, int contentId, string validSlug ) : bool
threadId string
contentId int
validSlug string
Résultat bool