C# 클래스 NSemble.Modules.Blog.BlogModule

상속: NSemble.Core.Nancy.NSembleModule
파일 보기 프로젝트 열기: synhershko/NSemble

공개 메소드들

메소드 설명
BlogModule ( IDocumentSession session ) : System

비공개 메소드들

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

메소드 상세

BlogModule() 공개 메소드

public BlogModule ( IDocumentSession session ) : System
session IDocumentSession
리턴 System