C# Class Dovetail.SDK.ModelMap.Integration.Session.session_cache.session_cache_context

Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap

Protected Properties

Свойство Type Description
_clarifyApplication IClarifyApplication
_container IContainer
_cut Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache
_expectedSession ClarifySession
_settings Dovetail.SDK.Bootstrap.Clarify.DovetailDatabaseSettings
_userClarifySessionConfigurator IUserClarifySessionConfigurator
_userSessionEndObserver IUserSessionEndObserver
_userSessionStartObserver IUserSessionStartObserver

Méthodes publiques

Méthode Description
setup ( ) : void

Méthodes protégées

Méthode Description
CreateRealSession ( ) : ClarifySession

Private Methods

Méthode Description
afterAll ( ) : void
beforeAll ( ) : void
beforeEach ( ) : void

Method Details

CreateRealSession() protected méthode

protected CreateRealSession ( ) : ClarifySession
Résultat ClarifySession

setup() public méthode

public setup ( ) : void
Résultat void

Property Details

_clarifyApplication protected_oe property

protected IClarifyApplication _clarifyApplication
Résultat IClarifyApplication

_container protected_oe property

protected IContainer _container
Résultat IContainer

_cut protected_oe property

protected ClarifySessionCache,Dovetail.SDK.Bootstrap.Clarify _cut
Résultat Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache

_expectedSession protected_oe property

protected ClarifySession _expectedSession
Résultat ClarifySession

_settings protected_oe property

protected DovetailDatabaseSettings,Dovetail.SDK.Bootstrap.Clarify _settings
Résultat Dovetail.SDK.Bootstrap.Clarify.DovetailDatabaseSettings

_userClarifySessionConfigurator protected_oe property

protected IUserClarifySessionConfigurator _userClarifySessionConfigurator
Résultat IUserClarifySessionConfigurator

_userSessionEndObserver protected_oe property

protected IUserSessionEndObserver _userSessionEndObserver
Résultat IUserSessionEndObserver

_userSessionStartObserver protected_oe property

protected IUserSessionStartObserver _userSessionStartObserver
Résultat IUserSessionStartObserver