|  | ISource Interface | 
Namespace: EdaIntegrationContract.Import
 Syntax
Syntaxpublic interface ISource : IEdaIntegrationEntity
The ISource type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AnalysisState | 
                Analysis state
             | 
|  | CustodianId | 
                The unique identifier of the Custodian that is responsible for this source.
             | 
|  | Description | 
                An auto-generated description describing the inputs for the source.
             | 
|  | Id | 
                The unique identifier for the source
             | 
|  | ImportSetId | 
                The unique identifier of the Import Set within which this source
                was imported.
             | 
|  | Input | 
            Input Field
             | 
|  | InventoryState | 
                Inventory state
             | 
|  | Name | 
                The name (or label) of the source.
             | 
|  | SourceState | 
                Source state
             | 
|  | Type | 
                Identifies whether the source is a folder or a set of files
             | 
 See Also
See Also