Property | Type | Description | |
---|---|---|---|
ReloadSessions | void |
Method | Description | |
---|---|---|
AllSessions ( ) : IList |
||
CountSessions ( ) : int | ||
CreateSession ( int userId, string clientName ) : Session | ||
DeleteSessionForRowId ( int rowId ) : bool | ||
DeleteSessionsForUserId ( int userId ) : bool | ||
SessionForRowId ( int rowId ) : Session | ||
SessionForSessionId ( string sessionId ) : Session | ||
SessionRepository ( IDatabase database ) : System | ||
UpdateSession ( Session session ) : bool | ||
UpdateSessionCache ( Session session ) : bool | ||
UserIdForSessionid ( string sessionId ) : int? |
Method | Description | |
---|---|---|
ReloadSessions ( ) : void |
public CreateSession ( int userId, string clientName ) : Session | ||
userId | int | |
clientName | string | |
return | Session |
public DeleteSessionForRowId ( int rowId ) : bool | ||
rowId | int | |
return | bool |
public DeleteSessionsForUserId ( int userId ) : bool | ||
userId | int | |
return | bool |
public SessionForRowId ( int rowId ) : Session | ||
rowId | int | |
return | Session |
public SessionForSessionId ( string sessionId ) : Session | ||
sessionId | string | |
return | Session |
public SessionRepository ( IDatabase database ) : System | ||
database | IDatabase | |
return | System |
public UpdateSession ( Session session ) : bool | ||
session | Session | |
return | bool |
public UpdateSessionCache ( Session session ) : bool | ||
session | Session | |
return | bool |
public UserIdForSessionid ( string sessionId ) : int? | ||
sessionId | string | |
return | int? |