C# Class NSemble.Modules.Blog.BlogModule

Inheritance: NSemble.Core.Nancy.NSembleModule
Afficher le fichier Open project: synhershko/NSemble

Méthodes publiques

Méthode Description
BlogModule ( IDocumentSession session ) : System

Private Methods

Méthode Description
CheckEtag ( RavenQueryStatistics stats, string &responseETagHeader ) : bool
GetBlogPost ( int id, string key, IDocumentSession session ) : BlogPost
GetPosts ( IDocumentSession session, int year = null, int month = null, IEnumerable tags = null, int page = null ) : dynamic
LoadWidgets ( IDocumentSession session, BlogConfig blogConfig ) : void

Method Details

BlogModule() public méthode

public BlogModule ( IDocumentSession session ) : System
session IDocumentSession
Résultat System