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
    Back to top Generated by DocFX