Table of Contents

Class GeneratedFileSet

Namespace
ToSic.Sxc.Code.Generate
Assembly
ToSic.Sxc.Code.Generate.dll

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

string

Files

List of files to generate

public IReadOnlyCollection<IGeneratedFile> Files { get; init; }

Property Value

IReadOnlyCollection<IGeneratedFile>

Generator

Name of the generator, possibly with version

public string Generator { get; init; }

Property Value

string

Name

Name for easy identification.

public string Name { get; init; }

Property Value

string

Path

The path, but not sure yet how to do, especially if it will be relative or contain editions.

public string Path { get; init; }

Property Value

string