Summer.Batch.Core.Unity.Reference Struct Reference

Structure that represent a reference. More...

Public Member Functions

 Reference (Type type, string name=null)
 Default constructor. More...
 

Properties

Type Type [get]
 The type of the reference. More...
 
string Name [get]
 The name of the reference. More...
 

Detailed Description

Structure that represent a reference.

Constructor & Destructor Documentation

Summer.Batch.Core.Unity.Reference.Reference ( Type  type,
string  name = null 
)

Default constructor.

Parameters
typethe type of the reference
namethe name of the reference (optional)

Property Documentation

string Summer.Batch.Core.Unity.Reference.Name
get

The name of the reference.

Type Summer.Batch.Core.Unity.Reference.Type
get

The type of the reference.


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