Table of Contents
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

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

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

string

Files

List of files to generate

IReadOnlyCollection<IGeneratedFile> Files { get; }

Property Value

IReadOnlyCollection<IGeneratedFile>

Generator

Name of the generator, possibly with version

string Generator { get; }

Property Value

string

Name

Name for easy identification.

string Name { get; }

Property Value

string

Path

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

string Path { get; }

Property Value

string