Search Results for

    Show / Hide Table of Contents

    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

    On this page

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