Search Results for

    Show / Hide Table of Contents

    Class AutomaticTaskAttribute

    Inheritance
    System.Object
    AutomaticTaskAttribute
    Namespace: Sdl.ProjectAutomation.AutomaticTasks
    Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class AutomaticTaskAttribute : ExtensionAttribute

    Constructors

    AutomaticTaskAttribute()

    Declaration
    public AutomaticTaskAttribute()

    AutomaticTaskAttribute(String, String, String)

    Declaration
    public AutomaticTaskAttribute(string id, string name, string description)
    Parameters
    Type Name Description
    System.String id
    System.String name
    System.String description

    Properties

    AllowMultiple

    Declaration
    public bool AllowMultiple { get; set; }
    Property Value
    Type Description
    System.Boolean

    GeneratedFileType

    Declaration
    public AutomaticTaskFileType GeneratedFileType { get; set; }
    Property Value
    Type Description
    AutomaticTaskFileType

    On this page

    • Constructors
      • AutomaticTaskAttribute()
      • AutomaticTaskAttribute(String, String, String)
    • Properties
      • AllowMultiple
      • GeneratedFileType
    Back to top Generated by DocFX