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