C# Класс Summer.Batch.Core.Unity.StepScope.StepScopeLifetimeManager

Implementation of LifetimeManager for step scope. It relies on StepSynchronizationManager to store and retrieve the instance.
Наследование: Microsoft.Practices.Unity.LifetimeManager
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetValue() публичный Метод

Retrieves the stored object if it exists.
public GetValue ( ) : object
Результат object

RemoveValue() публичный Метод

Removes the instance from the context.
public RemoveValue ( ) : void
Результат void

SetValue() публичный Метод

Stores an object for the current step.
public SetValue ( object newValue ) : void
newValue object the object to store
Результат void