Class GeneratedFileSet
WIP - should contain a list of code-files and additional specs
[WorkInProgressApi("still being standardized")]
public class GeneratedFileSet : IGeneratedFileSet
- Inheritance
-
GeneratedFileSet
- Implements
Properties
Description
Description to show in the UI
public string Description { get; init; }
Property Value
Files
List of files to generate
public IReadOnlyCollection<IGeneratedFile> Files { get; init; }
Property Value
Generator
Name of the generator, possibly with version
public string Generator { get; init; }
Property Value
Name
Name for easy identification.
public string Name { get; init; }
Property Value
Path
The path, but not sure yet how to do, especially if it will be relative or contain editions.
public string Path { get; init; }