Class FileTypeComponentBuilderAttribute
Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.
Inheritance
FileTypeComponentBuilderAttribute
Implements
Inherited Members
Namespace: Sdl.FileTypeSupport .Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
[ExtensionPointInfo("File Type Component Builder", ExtensionPointBehavior.Static)]
[AttributeUsage(AttributeTargets.Class)]
public class FileTypeComponentBuilderAttribute : SortableExtensionAttribute, _Attribute
Remarks
File type component builder typically also implement IFile
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
FileTypeComponentBuilderAttribute(string, string, string, bool)
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
Properties
IsTemplate
Indicates if this component builder is a FileTypeCreator template
Declaration
public bool IsTemplate { get; set; }
Property Value
Type | Description |
---|---|
bool |