Click or drag to resize

IImportSetBuilderSources 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#
IReadOnlyList<ISource> Sources(
	ICustodian custodian
)

Parameters

custodian
Type: EdaIntegrationContract.ImportICustodian
The custodian of the sources

Return Value

Type: IReadOnlyListISource
A read-only list of the ISources involved with this Import Set
See Also