C# 클래스 Repository.Import.ExcelWriter

상속: IDisposable
파일 보기 프로젝트 열기: bouvet/BBR2015 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ExcelWriter ( ) : System
GetAsByteArray ( ) : byte[]
SkrivPoster ( List poster ) : void
SkrivTilExcel ( MatchImport match, List lagListe = null, List poster = null ) : void

비공개 메소드들

메소드 설명
InitialiserExcelFil ( ) : void
SkrivDeltakere ( List lagListe ) : void
SkrivLag ( List lagListe ) : void
SkrivMatch ( MatchImport match ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExcelWriter() 공개 메소드

public ExcelWriter ( ) : System
리턴 System

GetAsByteArray() 공개 메소드

public GetAsByteArray ( ) : byte[]
리턴 byte[]

SkrivPoster() 공개 메소드

public SkrivPoster ( List poster ) : void
poster List
리턴 void

SkrivTilExcel() 공개 메소드

public SkrivTilExcel ( MatchImport match, List lagListe = null, List poster = null ) : void
match MatchImport
lagListe List
poster List
리턴 void