C# 클래스 Queue.Reports.BaseReport

상속: IQueueReport
파일 보기 프로젝트 열기: breslavsky/queue

보호된 프로퍼티들

프로퍼티 타입 설명
styles StandardCellStyles

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BaseReport ( ) : Junte.Data.NHibernate
Generate ( ) : HSSFWorkbook

보호된 메소드들

메소드 설명
InternalGenerate ( ) : HSSFWorkbook
WriteCell ( IRow row, int column, Action setValue, ICellStyle style = null ) : ICell

메소드 상세

BaseReport() 공개 메소드

public BaseReport ( ) : Junte.Data.NHibernate
리턴 Junte.Data.NHibernate

Generate() 공개 메소드

public Generate ( ) : HSSFWorkbook
리턴 HSSFWorkbook

InternalGenerate() 보호된 추상적인 메소드

protected abstract InternalGenerate ( ) : HSSFWorkbook
리턴 HSSFWorkbook

WriteCell() 보호된 메소드

protected WriteCell ( IRow row, int column, Action setValue, ICellStyle style = null ) : ICell
row IRow
column int
setValue Action
style ICellStyle
리턴 ICell

프로퍼티 상세

styles 보호되어 있는 프로퍼티

protected StandardCellStyles styles
리턴 StandardCellStyles