Uses of Interface
com._1c.g5.v8.dt.supply.IDtProjectDataSourceConnector
-
Packages that use IDtProjectDataSourceConnector Package Description com._1c.g5.v8.dt.supply -
-
Uses of IDtProjectDataSourceConnector in com._1c.g5.v8.dt.supply
Methods in com._1c.g5.v8.dt.supply that return IDtProjectDataSourceConnector Modifier and Type Method Description IDtProjectDataSourceConnector
IntegrationContext. getDestinationDataSource()
Gets the destination data source.IDtProjectDataSourceConnector
IntegrationContext. getLibraryDataSource()
Gets the library data source.Constructors in com._1c.g5.v8.dt.supply with parameters of type IDtProjectDataSourceConnector Constructor Description IntegrationContext(SupplySettingsContext supplySettingsContext, String libraryName, IDtProject destinationProject, IDtProjectDataSourceConnector destinationDataSource, IDtProjectDataSourceConnector libraryDataSource, IDataReferenceProvider dataReferenceProvider)
Creates an instance of the integration context.
-