Class AutomaticTaskSupportedFileTypeAttribute
Auxiliary extension attribute for use with an AutomaticTaskAttribute to indicate that the task supports translatable files of a certain type (see AutomaticTaskFileType). Multiple instances of this attribute can be used in order to indicate that multiple file types are supported.
Implements
Inherited Members
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class AutomaticTaskSupportedFileTypeAttribute : AuxiliaryExtensionAttribute, _Attribute
Constructors
AutomaticTaskSupportedFileTypeAttribute()
Constructor for XML serialization.
Declaration
public AutomaticTaskSupportedFileTypeAttribute()
AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType)
Constructor with required parameters.
Declaration
public AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType fileType)
Parameters
Type | Name | Description |
---|---|---|
AutomaticTaskFileType | fileType | The file type supported as input parameter. |
Properties
FileType
The file type that is generated by this task.
Declaration
public AutomaticTaskFileType FileType { get; set; }
Property Value
Type | Description |
---|---|
AutomaticTaskFileType |