Class AutomaticTaskSupportedFileTypeAttribute
Inheritance
System.Object
AutomaticTaskSupportedFileTypeAttribute
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class AutomaticTaskSupportedFileTypeAttribute : AuxiliaryExtensionAttribute
Constructors
AutomaticTaskSupportedFileTypeAttribute()
Declaration
public AutomaticTaskSupportedFileTypeAttribute()
AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType)
Declaration
public AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType fileType)
Parameters
Type | Name | Description |
---|---|---|
AutomaticTaskFileType | fileType |
Properties
FileType
Declaration
public AutomaticTaskFileType FileType { get; set; }
Property Value
Type | Description |
---|---|
AutomaticTaskFileType |