C# Class BSky.Statistics.Common.ServerDataSource

Show file Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Properties

Property Type Description
Variables List

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( bool saveChanges ) : void
saveChanges bool
return void

Load() public method

public Load ( ) : void
return void

ReadCell() public method

public ReadCell ( int row, int col ) : UAReturn
row int
col int
return UAReturn

ReadRow() public method

public ReadRow ( int row ) : UAReturn
row int
return UAReturn

ReadRows() public method

public ReadRows ( int startRow, int endRow ) : UAReturn
startRow int
endRow int
return UAReturn

Save() public method

public Save ( ) : void
return void

SaveAs() public method

public SaveAs ( string fileName ) : void
fileName string
return void

ServerDataSource() public method

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

ToClientDataSource() public method

public ToClientDataSource ( ) : System.IO.DataSource
return System.IO.DataSource

Property Details

Variables public property

public List Variables
return List