Search Results for

    Show / Hide Table of Contents

    Class FileTypeCreator

    FileTypeCreator - used during the creation process of a new file type flavour

    Inheritance
    object
    AbstractFileTypeDefinitionComponent
    FileTypeCreator
    Implements
    IFileTypeCreator
    IFileTypeDefinitionAware
    Inherited Members
    AbstractFileTypeDefinitionComponent.FileTypeDefinition
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.Implementation
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class FileTypeCreator : AbstractFileTypeDefinitionComponent, IFileTypeCreator, IFileTypeDefinitionAware

    Constructors

    FileTypeCreator()

    Declaration
    public FileTypeCreator()

    Properties

    Description

    A description of the file type that will be created by the IFileTypeCreator.

    Declaration
    public virtual LocalizableString Description { get; set; }
    Property Value
    Type Description
    LocalizableString

    TemplateComponentBuilder

    Component builder used for creation of this new FileType

    Declaration
    public virtual IFileTypeComponentBuilder TemplateComponentBuilder { get; }
    Property Value
    Type Description
    IFileTypeComponentBuilder

    Methods

    CreateWizardPages(ISettingsBundle)

    Creates the wizard pages to configure the new file type.

    Declaration
    public virtual IEnumerable<FileTypeCreatorWizardPage> CreateWizardPages(ISettingsBundle settingsBundle)
    Parameters
    Type Name Description
    ISettingsBundle settingsBundle

    settings bundle

    Returns
    Type Description
    IEnumerable<FileTypeCreatorWizardPage>

    wizard pages

    Implements

    IFileTypeCreator
    IFileTypeDefinitionAware
    In this article
    • Constructors
      • FileTypeCreator()
    • Properties
      • Description
      • TemplateComponentBuilder
    • Methods
      • CreateWizardPages(ISettingsBundle)
    • Implements
    Back to top Generated by DocFX