Summer.Batch.Data.Parameter.DictionaryParameterSource Class Reference

A IQueryParameterSource based on a dictionary. More...

Inheritance diagram for Summer.Batch.Data.Parameter.DictionaryParameterSource:
Summer.Batch.Data.Parameter.IQueryParameterSource

Properties

IDictionary< string, object > Parameters [get, set]
 The dictionary containing the parameter values. More...
 
object this[string name] [get]
 Returns the value of a parameter. More...
 
- Properties inherited from Summer.Batch.Data.Parameter.IQueryParameterSource
object this[string name] [get]
 Returns the value of a parameter. More...
 

Detailed Description

A IQueryParameterSource based on a dictionary.

Property Documentation

IDictionary<string, object> Summer.Batch.Data.Parameter.DictionaryParameterSource.Parameters
getset

The dictionary containing the parameter values.

object Summer.Batch.Data.Parameter.DictionaryParameterSource.this[string name]
get

Returns the value of a parameter.

Parameters
namethe name of a parameter
Returns
the value of the given parameter

The documentation for this class was generated from the following file:
  • Summer.Batch.Data/Parameter/DictionaryParameterSource.cs