C# 클래스 BSky.Statistics.Common.ServerDataSource

파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Variables List

공개 메소드들

메소드 설명
Close ( bool saveChanges ) : void
Load ( ) : void
ReadCell ( int row, int col ) : UAReturn
ReadRow ( int row ) : UAReturn
ReadRows ( int startRow, int endRow ) : UAReturn
Save ( ) : void
SaveAs ( string fileName ) : void
ServerDataSource ( CommandDispatcher dispatcher, string fileName, string datasetname, string sheetname = "" ) : System.Collections.Generic
ToClientDataSource ( ) : System.IO.DataSource

메소드 상세

Close() 공개 메소드

public Close ( bool saveChanges ) : void
saveChanges bool
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

ReadCell() 공개 메소드

public ReadCell ( int row, int col ) : UAReturn
row int
col int
리턴 UAReturn

ReadRow() 공개 메소드

public ReadRow ( int row ) : UAReturn
row int
리턴 UAReturn

ReadRows() 공개 메소드

public ReadRows ( int startRow, int endRow ) : UAReturn
startRow int
endRow int
리턴 UAReturn

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAs() 공개 메소드

public SaveAs ( string fileName ) : void
fileName string
리턴 void

ServerDataSource() 공개 메소드

public ServerDataSource ( CommandDispatcher dispatcher, string fileName, string datasetname, string sheetname = "" ) : System.Collections.Generic
dispatcher CommandDispatcher
fileName string
datasetname string
sheetname string
리턴 System.Collections.Generic

ToClientDataSource() 공개 메소드

public ToClientDataSource ( ) : System.IO.DataSource
리턴 System.IO.DataSource

프로퍼티 상세

Variables 공개적으로 프로퍼티

public List Variables
리턴 List