Integration Library
Integration Library
API Reference
Namespaces
EdaIntegrationContract.Import
IImportSetBuilder Interface
IImportSetBuilder Methods
Sources Method
Sources Method
Sources Method (Int32)
Sources Method (ICustodian)
IImportSetBuilder
.
Sources Method (ICustodian)
The sources to be included for the provided custodian when the Import Set is committed.
Namespace:
EdaIntegrationContract.Import
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
Copy
IReadOnlyList
<
ISource
>
Sources
(
ICustodian
custodian
)
Parameters
custodian
Type:
EdaIntegrationContract.Import
.
ICustodian
The custodian of the sources
Return Value
Type:
IReadOnlyList
<
ISource
>
A read-only list of the
ISource
s involved with this Import Set
See Also
Reference
IImportSetBuilder Interface
Sources Overload
EdaIntegrationContract.Import Namespace