Table of Contents

Interface IFileGeneratorSpecs

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

Specs for a file generator.

An object containing these specs - and sometimes more - is passed to the file generator.

[WorkInProgressApi("still being standardized")]
public interface IFileGeneratorSpecs

Remarks

WIP v17.04

Properties

AppId

The AppId of the app for which the file is generated.

int AppId { get; }

Property Value

int

DateTime

DateTime DateTime { get; }

Property Value

DateTime

Edition

The Edition for which we're generating the file.

string Edition { get; }

Property Value

string