Interface ISourceFiles
Interface that stores where target source code originated from.
Namespace: CodeFactory.SourceCode
Assembly: CodeFactory.dll
Syntax
public interface ISourceFiles
Properties
| Improve this Doc View SourceModelSourceFile
If this model was loaded from source code, then this will contain the target file definition was loaded from. This will be null if not loaded from source.
Declaration
string ModelSourceFile { get; }
Property Value
Type | Description |
---|---|
string |
SourceFiles
The source file or files in which the model was loaded from. This will be an empty enumeration if the source models were loaded from metadata only.
Declaration
IReadOnlyList<string> SourceFiles { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |