Method | Description | |
---|---|---|
GetCurrentUser ( this session ) : |
||
GetNextPrevPost ( this session, |
||
GetUserByEmail ( this session, string email ) : |
||
QueryForRecentComments ( this documentSession, Func |
public static GetCurrentUser ( this session ) : |
||
session | this | |
return |
public static GetNextPrevPost ( this session, |
||
session | this | |
compareTo | ||
isNext | bool | |
return |
public static GetUserByEmail ( this session, string email ) : |
||
session | this | |
string | ||
return |
public static QueryForRecentComments ( this documentSession, Func |
||
documentSession | this | |
processQuery | Func |
|
return | Post>>.IList |