Class FileTypeComponentBuilderExtensionAttribute
Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder. This should be used for extension ComponentBuilders only
Inheritance
FileTypeComponentBuilderExtensionAttribute
Implements
Inherited Members
Namespace: Sdl.FileTypeSupport .Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
[ExtensionPointInfo("File Type Component Builder Extension", ExtensionPointBehavior.Static)]
[AttributeUsage(AttributeTargets.Class)]
public class FileTypeComponentBuilderExtensionAttribute : SortableExtensionAttribute, _Attribute
Remarks
File type component builder typically also implement IFile
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
Properties
OriginalFileType
The Original File Type Component Builder ID
Declaration
public string OriginalFileType { get; set; }
Property Value
Type | Description |
---|---|
string |