C# Class Prototype.Platform.Unity.SessionLifetimeManager

Inheritance: Microsoft.Practices.Unity.LifetimeManager
ファイルを表示 Open project: paralect/prototype

Public Methods

Method Description
GetValue ( ) : object

Returns null, if object not found

RemoveValue ( ) : void
SessionLifetimeManager ( string objectKey ) : System
SetValue ( object value ) : void

Private Methods

Method Description
GetObjectsDictionary ( ) : Object>.Dictionary

Method Details

GetValue() public method

Returns null, if object not found
public GetValue ( ) : object
return object

RemoveValue() public method

public RemoveValue ( ) : void
return void

SessionLifetimeManager() public method

public SessionLifetimeManager ( string objectKey ) : System
objectKey string
return System

SetValue() public method

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