|
RegisterDataSource(String, XDocument)
|
dataSourceId, document
|
Registers the specified data source in the current DataSourceInMemoryStorage.
|
|
RegisterDataSource(String, XElement)
|
dataSourceId, rootElement
|
Registers the specified data source in the current DataSourceInMemoryStorage.
|
|
RegisterDataSource(XDocument)
|
document
|
Registers the specified data source in the current DataSourceInMemoryStorage.
|
|
RegisterDataSource(XElement)
|
rootElement
|
Registers the specified data source in the current DataSourceInMemoryStorage.
|