Search Results for

    Show / Hide Table of Contents

    Class TemplateComponentBuilderManager

    TemplateComponentBuilderManager class represents a template component builder manager.

    Inheritance
    System.Object
    TemplateComponentBuilderManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class TemplateComponentBuilderManager

    Constructors

    TemplateComponentBuilderManager(IFileTypeManager)

    Constructor that takes the given file type manager.

    Declaration
    public TemplateComponentBuilderManager(IFileTypeManager fileTypeManager)
    Parameters
    Type Name Description
    IFileTypeManager fileTypeManager

    file type manager

    Properties

    TemplateComponentBuilders

    Allow enumeration of template component builders

    Declaration
    public IEnumerable<IFileTypeComponentBuilder> TemplateComponentBuilders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IFileTypeComponentBuilder>

    Methods

    LoadAllTemplateComponentBuilders()

    Loads all the template component builders.

    Declaration
    protected void LoadAllTemplateComponentBuilders()

    On this page

    • Constructors
      • TemplateComponentBuilderManager(IFileTypeManager)
    • Properties
      • TemplateComponentBuilders
    • Methods
      • LoadAllTemplateComponentBuilders()
    Back to top Generated by DocFX