C# Class Amss.Boilerplate.Common.Unity.UnitOfWorkLifetimeManager

Inheritance: Microsoft.Practices.Unity.LifetimeManager
Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

Method Description
GetValue ( ) : object
RemoveValue ( ) : void
SetValue ( object newValue ) : void

Private Methods

Method Description
Clear ( ) : void
Disable ( ) : void
Enable ( ) : void
EnsureValues ( ) : void

Method Details

GetValue() public method

public GetValue ( ) : object
return object

RemoveValue() public method

public RemoveValue ( ) : void
return void

SetValue() public method

public SetValue ( object newValue ) : void
newValue object
return void