Class FileTypeComponentBuilderAttribute
Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.
Inheritance
FileTypeComponentBuilderAttribute
Implements
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
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 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, 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
Type | Name | Description |
---|---|---|
string | id | |
string | name | |
string | description | |
bool | isTemplate |
Properties
IsTemplate
Indicates if this component builder is a FileTypeCreator template
Declaration
public bool IsTemplate { get; set; }
Property Value
Type | Description |
---|---|
bool |