C# 클래스 MongoUtility.Command.ExportImport

파일 보기 프로젝트 열기: magicdict/MongoCola

공개 메소드들

메소드 설명
ExportToFile ( DataViewInfo currentDataViewInfo, string excelFileName, EnumMgr exportType, MongoCollection mongoCol ) : void

ExportToFile

비공개 메소드들

메소드 설명
ExportToJson ( List dataList, string filename, JsonWriterSettings settings ) : void

导出到JSON

메소드 상세

ExportToFile() 공개 정적인 메소드

ExportToFile
public static ExportToFile ( DataViewInfo currentDataViewInfo, string excelFileName, EnumMgr exportType, MongoCollection mongoCol ) : void
currentDataViewInfo MongoUtility.Aggregation.DataViewInfo
excelFileName string
exportType MongoUtility.Basic.EnumMgr
mongoCol MongoCollection
리턴 void