Summer.Batch.Core.Unity.StepScope.StepScopeStrategy Class Reference

Builder strategy for step scope. It should be added at the UnityBuildStage.PreCreation stage. Before the instance is created, it checks resolvers for the constructor parameters, properties, and method parameters. If any dependency is in the step scope but the current instance being built is not, the resolver is overriden using StepScopeOverride. More...

Inheritance diagram for Summer.Batch.Core.Unity.StepScope.StepScopeStrategy:

Public Member Functions

override void PreBuildUp (IBuilderContext context)
 Checks if resolvers need to be overriden. More...
 

Detailed Description

Builder strategy for step scope. It should be added at the UnityBuildStage.PreCreation stage. Before the instance is created, it checks resolvers for the constructor parameters, properties, and method parameters. If any dependency is in the step scope but the current instance being built is not, the resolver is overriden using StepScopeOverride.

Member Function Documentation

override void Summer.Batch.Core.Unity.StepScope.StepScopeStrategy.PreBuildUp ( IBuilderContext  context)

Checks if resolvers need to be overriden.

Parameters
contextContext of the build operation.

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Unity/StepScope/StepScopeStrategy.cs