Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) ISessionHelper.CreateSession示例
编程语言:
C# (CSharp)
类/类型:
ISessionHelper
方法/功能:
CreateSession
hotexamples.com的示例:
1
C# (CSharp) ISessionHelper.CreateSession - 已找到1个示例
。这些是从开源项目中提取的最受好评的
ISessionHelper.CreateSession
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetSessionGuid(16)
GetForCachingAsync(10)
LoadForUpdateAsync(9)
Get(7)
GetCurrentUserId(4)
SetString(4)
Set(4)
SetInSession(4)
RemoveSessionGuid(3)
GetCurrentLicenceId(3)
SetCurrentLicenceId(3)
GetString(2)
GetSession(2)
GetObjectFromJson(2)
GetItem(2)
GetDecodedSession(2)
SetContent(2)
Add(2)
RememberUserId(2)
GetContent(2)
SetObjectAsJsonAsync(2)
Dispose(2)
CurrentUser(2)
SetSessionGuid(2)
CreateLogin(2)
SetLoadedPage(1)
SessionExpired(1)
SetSession(1)
RemoveSessionUserData(1)
SetSessionUserData(1)
SetSubmittedPage(1)
SignIn(1)
SignOut(1)
RemoveAsync(1)
SetCurrentUserIsAdmin(1)
GetRemeberedUserId(1)
OpenSession(1)
GetAccessToken(1)
AssertWasCalled(1)
AssertWasNotCalled(1)
Authenticate(1)
CheckSessionStatus(1)
CloseSession(1)
CreateSession(1)
CreateSessionFactory(1)
GenerateNonExistentFilePath(1)
GetCurrentAbrId(1)
IsAuthenticated(1)
GetCurrentDopId(1)
GetCurrentNamedIndividualId(1)
常用方法
GetSessionGuid (16)
GetForCachingAsync (10)
LoadForUpdateAsync (9)
Get (7)
GetCurrentUserId (4)
SetString (4)
Set (4)
SetInSession (4)
RemoveSessionGuid (3)
GetCurrentLicenceId (3)
常用方法
SetCurrentLicenceId (3)
GetString (2)
GetSession (2)
GetObjectFromJson (2)
GetItem (2)
GetDecodedSession (2)
SetContent (2)
Add (2)
RememberUserId (2)
GetContent (2)
SetObjectAsJsonAsync (2)
Dispose (2)
CurrentUser (2)
SetSessionGuid (2)
CreateLogin (2)
SetLoadedPage (1)
SessionExpired (1)
SetSession (1)
RemoveSessionUserData (1)
SetSessionUserData (1)
常用方法
SetObjectAsJsonAsync (2)
Dispose (2)
CurrentUser (2)
SetSessionGuid (2)
CreateLogin (2)
SetLoadedPage (1)
SessionExpired (1)
SetSession (1)
RemoveSessionUserData (1)
SetSessionUserData (1)
SetSubmittedPage (1)
SignIn (1)
SignOut (1)
RemoveAsync (1)
SetCurrentUserIsAdmin (1)
GetRemeberedUserId (1)
OpenSession (1)
GetAccessToken (1)
AssertWasCalled (1)
AssertWasNotCalled (1)
Authenticate (1)
CheckSessionStatus (1)
CloseSession (1)
CreateSession (1)
CreateSessionFactory (1)
GenerateNonExistentFilePath (1)
GetCurrentAbrId (1)
IsAuthenticated (1)
GetCurrentDopId (1)
GetCurrentNamedIndividualId (1)
常用方法
SetSubmittedPage (1)
SignIn (1)
SignOut (1)
RemoveAsync (1)
SetCurrentUserIsAdmin (1)
GetRemeberedUserId (1)
OpenSession (1)
GetAccessToken (1)
AssertWasCalled (1)
AssertWasNotCalled (1)
Authenticate (1)
CheckSessionStatus (1)
CloseSession (1)
CreateSession (1)
CreateSessionFactory (1)
GenerateNonExistentFilePath (1)
GetCurrentAbrId (1)
IsAuthenticated (1)
GetCurrentDopId (1)
GetCurrentNamedIndividualId (1)
GetCurrentPaId (1)
GetCurrentSession (1)
GetCurrentUserIsAdmin (1)
AddRenewItem (1)
GetSessionFactory (1)
HasPermission (1)
remove (1)
示例#1
0
显示文件
public ISession CreateSession() { return(_sessionHelper.CreateSession()); }
x