Click or drag to resize

ISourceInfo Interface

Class containing info for the source grid in TurboImport

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ISourceInfo : IEdaIntegrationUniqueEntity, 
	IEdaIntegrationEntity

The ISourceInfo type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisState
Analysis state
Public propertyCustodianId
The unique identifier of the Custodian that is responsible for this source.
Public propertyCustodianName
Custodian name
Public propertyDescription
An auto-generated description describing the inputs for the source.
Public propertyId
The unique identifier for the source
Public propertyImportSetId
The unique identifier of the Import Set within which this source was imported.
Public propertyImportSetName
Import Set name
Public propertyInput
Input Field
Public propertyInventoryState
Inventory state
Public propertyName
The name (or label) of the source.
Public propertySourceState
Source state
Public propertySourceStatistics
Source Statistics
Public propertyType
Identifies whether the source is a folder or a set of files
Top
See Also