Summer.Batch.Extra.BatchConstants Class Reference

Constants used in extra batch support classes. More...

Public Attributes

const string StepContextManagerName = "stepContextManager"
 Step Context Manager Singleton Name More...
 
const string JobContextManagerName = "jobContextManager"
 Job Context Manager Singleton Name More...
 
const string LastRecordKey = "batch.lastRecord"
 Last record key (in context) More...
 
const string CsvReportFormat = "CSV"
 CSV Report format. More...
 
const string HtmlReportFormat = "HTML"
 HTML Report format. More...
 
const string PdfReportFormat = "PDF"
 PDF Report format. More...
 
const string TxtReportFormat = "TXT"
 TXT Report format. More...
 
const string XlsReportFormat = "XLS"
 XLS Report format. More...
 
const float TxtCharacterWidth = 5f
 Character width for txt reports. More...
 
const float TxtCharacterHeight = 15f
 Character height for txt reports. More...
 

Detailed Description

Constants used in extra batch support classes.

Member Data Documentation

const string Summer.Batch.Extra.BatchConstants.CsvReportFormat = "CSV"

CSV Report format.

const string Summer.Batch.Extra.BatchConstants.HtmlReportFormat = "HTML"

HTML Report format.

const string Summer.Batch.Extra.BatchConstants.JobContextManagerName = "jobContextManager"

Job Context Manager Singleton Name

const string Summer.Batch.Extra.BatchConstants.LastRecordKey = "batch.lastRecord"

Last record key (in context)

const string Summer.Batch.Extra.BatchConstants.PdfReportFormat = "PDF"

PDF Report format.

const string Summer.Batch.Extra.BatchConstants.StepContextManagerName = "stepContextManager"

Step Context Manager Singleton Name

const float Summer.Batch.Extra.BatchConstants.TxtCharacterHeight = 15f

Character height for txt reports.

const float Summer.Batch.Extra.BatchConstants.TxtCharacterWidth = 5f

Character width for txt reports.

const string Summer.Batch.Extra.BatchConstants.TxtReportFormat = "TXT"

TXT Report format.

const string Summer.Batch.Extra.BatchConstants.XlsReportFormat = "XLS"

XLS Report format.


The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/BatchConstants.cs