C# Class BSky.Statistics.Common.ServerDataSource

Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Méthodes publiques

Свойство Type Description
Variables List

Méthodes publiques

Méthode 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 méthode

public Close ( bool saveChanges ) : void
saveChanges bool
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

ReadCell() public méthode

public ReadCell ( int row, int col ) : UAReturn
row int
col int
Résultat UAReturn

ReadRow() public méthode

public ReadRow ( int row ) : UAReturn
row int
Résultat UAReturn

ReadRows() public méthode

public ReadRows ( int startRow, int endRow ) : UAReturn
startRow int
endRow int
Résultat UAReturn

Save() public méthode

public Save ( ) : void
Résultat void

SaveAs() public méthode

public SaveAs ( string fileName ) : void
fileName string
Résultat void

ServerDataSource() public méthode

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

ToClientDataSource() public méthode

public ToClientDataSource ( ) : System.IO.DataSource
Résultat System.IO.DataSource

Property Details

Variables public_oe property

public List Variables
Résultat List