Click or drag to resize

ISourceManagerAllSourceInfos Method

Returns a list of sourceinfo objects, can be used for informational display of sources

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IEnumerable<ISourceInfo> AllSourceInfos()

Return Value

Type: IEnumerableISourceInfo
A list of ISourceInfo containing information about the sources in the case
See Also