These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface IGeneratedFileSet
Set of code files to generate, including some information about the generator.
[WorkInProgressApi("still being standardized")]
public interface IGeneratedFileSet
Properties
Description
Description to show in the UI
string Description { get; }
Property Value
Files
List of files to generate
IReadOnlyCollection<IGeneratedFile> Files { get; }
Property Value
Generator
Name of the generator, possibly with version
string Generator { get; }
Property Value
Name
Name for easy identification.
string Name { get; }
Property Value
Path
The path, but not sure yet how to do, especially if it will be relative or contain editions.
string Path { get; }