public interface IDataContainer
General data container interface that defines common methods that concrete data container (plugin options) should implement.
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSource(IDataSource dataSource)
Adds new data source to the collection
|
List<IDataSource> |
getDataCollection()
Gets collection of data sources
|
List<IDataSource> getDataCollection()
Gets collection of data sources
void addDataSource(IDataSource dataSource)
Adds new data source to the collection
dataSource - Copyright © 2025 Aspose. All Rights Reserved.