struct

ExporterRegistry.ExporterEntry

Namespace
RefSafe.Pro
Assembly
RefSafe.Pro.Editor
Declaring type
ExporterRegistry
public readonly struct ExporterEntry

Metadata + instance for a discovered exporter.

Constructors

ExporterEntry
public ExporterEntry(string id, string displayName, string fileExtension, IReportExporter instance)

No description available.

Fields

Id
public readonly string Id

CLI format id (lowercase).

DisplayName
public readonly string DisplayName

Label shown in the Export menu.

FileExtension
public readonly string FileExtension

File extension without a dot.

Instance
public readonly IReportExporter Instance

Instance used for exporting.

Generated from Editor/Features/Export/Application/ExporterRegistry.cs in RefSafe Pro 2.2.0.