Search Results for

    Show / Hide Table of Contents

    Class FileTypeComponentBuilderExtensionAttribute

    Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. This should be used for extension ComponentBuilders only

    Inheritance
    System.Object
    FileTypeComponentBuilderExtensionAttribute
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class FileTypeComponentBuilderExtensionAttribute : SortableExtensionAttribute
    Remarks

    File type component builder typically also implement IFileTypeDefinitionAware.

    Constructors

    FileTypeComponentBuilderExtensionAttribute()

    Default constructor; see base class for documentation.

    Declaration
    public FileTypeComponentBuilderExtensionAttribute()

    FileTypeComponentBuilderExtensionAttribute(String, String, String)

    Construct with id, name and description. See base class for parameter documentation.

    Declaration
    public FileTypeComponentBuilderExtensionAttribute(string id, string name, string description)
    Parameters
    Type Name Description
    System.String id
    System.String name
    System.String description

    Properties

    OriginalFileType

    The Original File Type Component Builder ID

    Declaration
    public string OriginalFileType { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • FileTypeComponentBuilderExtensionAttribute()
      • FileTypeComponentBuilderExtensionAttribute(String, String, String)
    • Properties
      • OriginalFileType
    Back to top Generated by DocFX