Search Results for

    Show / Hide Table of Contents

    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.

    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()

    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

    On this page

    • Constructors
      • AutomaticTaskSupportedFileTypeAttribute()
      • AutomaticTaskSupportedFileTypeAttribute(AutomaticTaskFileType)
    • Properties
      • FileType
    Back to top Generated by DocFX