C# 클래스 MovingScrewdriver.Web.Extensions.DocumentSessionExtensions

파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
GetCurrentUser ( this session ) : BlogOwner
GetNextPrevPost ( this session, Post compareTo, bool isNext ) : PostReference
GetUserByEmail ( this session, string email ) : BlogOwner
QueryForRecentComments ( this documentSession, Func processQuery ) : Post>>.IList

메소드 상세

GetCurrentUser() 공개 정적인 메소드

public static GetCurrentUser ( this session ) : BlogOwner
session this
리턴 MovingScrewdriver.Web.Models.BlogOwner

GetNextPrevPost() 공개 정적인 메소드

public static GetNextPrevPost ( this session, Post compareTo, bool isNext ) : PostReference
session this
compareTo MovingScrewdriver.Web.Models.Post
isNext bool
리턴 MovingScrewdriver.Web.Models.PostReference

GetUserByEmail() 공개 정적인 메소드

public static GetUserByEmail ( this session, string email ) : BlogOwner
session this
email string
리턴 MovingScrewdriver.Web.Models.BlogOwner

QueryForRecentComments() 공개 정적인 메소드

public static QueryForRecentComments ( this documentSession, Func processQuery ) : Post>>.IList
documentSession this
processQuery Func
리턴 Post>>.IList