C# Class Queue.Reports.BaseReport

Inheritance: IQueueReport
Afficher le fichier Open project: breslavsky/queue

Protected Properties

Свойство Type Description
styles StandardCellStyles

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BaseReport ( ) : Junte.Data.NHibernate
Generate ( ) : HSSFWorkbook

Méthodes protégées

Méthode Description
InternalGenerate ( ) : HSSFWorkbook
WriteCell ( IRow row, int column, Action setValue, ICellStyle style = null ) : ICell

Method Details

BaseReport() public méthode

public BaseReport ( ) : Junte.Data.NHibernate
Résultat Junte.Data.NHibernate

Generate() public méthode

public Generate ( ) : HSSFWorkbook
Résultat HSSFWorkbook

InternalGenerate() protected abstract méthode

protected abstract InternalGenerate ( ) : HSSFWorkbook
Résultat HSSFWorkbook

WriteCell() protected méthode

protected WriteCell ( IRow row, int column, Action setValue, ICellStyle style = null ) : ICell
row IRow
column int
setValue Action
style ICellStyle
Résultat ICell

Property Details

styles protected_oe property

protected StandardCellStyles styles
Résultat StandardCellStyles