Summer.Batch.Core.Unity.StepScope.StepScopeDependency Struct Reference

Represents a dependency in the scope step. More...

Public Member Functions

 StepScopeDependency (Type registeredType, string name)
 Creates a new StepScopeDependency. More...
 

Properties

Type RegisteredType [get]
 The registered type of the dependency. More...
 
string Name [get]
 The name of the dependency. More...
 

Detailed Description

Represents a dependency in the scope step.

Constructor & Destructor Documentation

Summer.Batch.Core.Unity.StepScope.StepScopeDependency.StepScopeDependency ( Type  registeredType,
string  name 
)

Creates a new StepScopeDependency.

Parameters
registeredTypethe registered type of the dependency
namethe name of the dependency, or null if it has no name

Property Documentation

string Summer.Batch.Core.Unity.StepScope.StepScopeDependency.Name
get

The name of the dependency.

Type Summer.Batch.Core.Unity.StepScope.StepScopeDependency.RegisteredType
get

The registered type of the dependency.


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