C# Class CSDataBase.cJSONServer

Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
getDataSource ( string name ) : cJSONDataSource
registerDataSource ( cJSONDataSource dataSource, string name ) : void

Method Details

getDataSource() public static méthode

public static getDataSource ( string name ) : cJSONDataSource
name string
Résultat cJSONDataSource

registerDataSource() public static méthode

public static registerDataSource ( cJSONDataSource dataSource, string name ) : void
dataSource cJSONDataSource
name string
Résultat void