Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetValue ( ) : object |
Retrieves the stored object if it exists.
|
|
RemoveValue ( ) : void |
Removes the instance from the context.
|
|
SetValue ( object newValue ) : void |
Stores an object for the current step.
|
public SetValue ( object newValue ) : void | ||
newValue | object | the object to store |
return | void |