Summer.Batch.Infrastructure.Item.Util.ExecutionContextUserSupport Class Reference

Facilitates data persistence in the execution context, with keys based on a name. More...

Public Member Functions

 ExecutionContextUserSupport ()
 Default constructor. More...
 
 ExecutionContextUserSupport (string name)
 Custom constructor using a name. More...
 
string GetKey (string key)
 Transform the given key to use the name of this instance as prefix. More...
 

Properties

string Name [protected get, set]
 Name used as a prefix in keys to identify this instance entries in the execution context. More...
 

Detailed Description

Facilitates data persistence in the execution context, with keys based on a name.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Item.Util.ExecutionContextUserSupport.ExecutionContextUserSupport ( )

Default constructor.

Summer.Batch.Infrastructure.Item.Util.ExecutionContextUserSupport.ExecutionContextUserSupport ( string  name)

Custom constructor using a name.

Parameters
name

Member Function Documentation

string Summer.Batch.Infrastructure.Item.Util.ExecutionContextUserSupport.GetKey ( string  key)

Transform the given key to use the name of this instance as prefix.

Parameters
keya key to transform
Returns
the given key with an identifying prefix

Property Documentation

string Summer.Batch.Infrastructure.Item.Util.ExecutionContextUserSupport.Name
protected getset

Name used as a prefix in keys to identify this instance entries in the execution context.


The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/Util/ExecutionContextUserSupport.cs