Class FileTypeComponentBuilderAttribute
Apply this attribute to a class implementing Sdl.FileTypeSupport.Framework.IntegrationApi.IFileTypeComponentBuilder.
Inheritance
System.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 |
---|---|---|
System.String | id | |
System.String | name | |
System.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 |
---|---|---|
System.String | id | |
System.String | name | |
System.String | description | |
System.Boolean | isTemplate |
Properties
IsTemplate
Indicates if this component builder is a FileTypeCreator template
Declaration
public bool IsTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |