Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Amss
Boilerplate
Common
Unity
UnitOfWorkLifetimeManager
C# Class Amss.Boilerplate.Common.Unity.UnitOfWorkLifetimeManager
Inheritance:
Microsoft.Practices.Unity.LifetimeManager
Afficher le fichier
Open project: quadio/amss-boilerplate
Méthodes publiques
Méthode
Description
GetValue
( ) :
object
RemoveValue
( ) :
void
SetValue
(
object
newValue
) :
void
Private Methods
Méthode
Description
Clear
( ) :
void
Disable
( ) :
void
Enable
( ) :
void
EnsureValues
( ) :
void
Method Details
GetValue()
public
méthode
public
GetValue
( ) :
object
Résultat
object
RemoveValue()
public
méthode
public
RemoveValue
( ) :
void
Résultat
void
SetValue()
public
méthode
public
SetValue
(
object
newValue
) :
void
newValue
object
Résultat
void