Search Results for

    Show / Hide Table of Contents

    Class FileTypeComponentBuilderAttribute

    Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.

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

    File type component builder typically also implement IFileTypeDefinitionAware.

    Constructors

    FileTypeComponentBuilderAttribute()

    Default constructor; see base class for documentation.

    Declaration
    public FileTypeComponentBuilderAttribute()

    FileTypeComponentBuilderAttribute(String, String, String)

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

    Declaration
    public FileTypeComponentBuilderAttribute(string id, string name, string description)
    Parameters
    Type Name Description
    String id
    String name
    String description

    FileTypeComponentBuilderAttribute(String, String, String, Boolean)

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

    Declaration
    public FileTypeComponentBuilderAttribute(string id, string name, string description, bool isTemplate)
    Parameters
    Type Name Description
    String id
    String name
    String description
    Boolean isTemplate

    Properties

    IsTemplate

    Indicates if this component builder is a FileTypeCreator template

    Declaration
    public bool IsTemplate { get; set; }
    Property Value
    Type Description
    Boolean
    In this article
    Back to top Generated by DocFX