Interface IFileGeneratorSpecs
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
DateTime
DateTime DateTime { get; }
Property Value
Edition
The Edition for which we're generating the file.
string Edition { get; }