C# 클래스 HBS.Data.Entities.TimeTracking.Models.ExportPage

상속: IExportPage
파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution 1 사용 예제들

공개 메소드들

메소드 설명
ExportExcel ( string data, string fileName ) : void

비공개 메소드들

메소드 설명
ConvertToAscii ( string unicodeString ) : string
Export ( string contentType, string data, string fileName ) : void

메소드 상세

ExportExcel() 공개 메소드

public ExportExcel ( string data, string fileName ) : void
data string
fileName string
리턴 void