Interface IGeneratorInfo
Information on a generator component that is specified for the file type
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IGeneratorInfo
Properties
Description
Description of the generator; this will be used in the host application UI to describe the result of using this generator (e.g. 'Save as native file').
Declaration
LocalizableString Description { get; set; }
Property Value
Type | Description |
---|---|
LocalizableString |
Id
The id of the generator
Declaration
GeneratorId Id { get; set; }
Property Value
Type | Description |
---|---|
GeneratorId |