Search Results for

    Show / Hide Table of Contents

    Class RequiresSettingsAttribute

    Attribute class to define the settings info

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

    Constructors

    RequiresSettingsAttribute(Type, Type)

    constructor of the RequiresSettings

    Declaration
    public RequiresSettingsAttribute(Type settingsType, Type settingsPageType)
    Parameters
    Type Name Description
    System.Type settingsType
    System.Type settingsPageType

    Properties

    SettingsPageType

    Gets the type of the task settings page class

    Declaration
    public Type SettingsPageType { get; }
    Property Value
    Type Description
    System.Type

    SettingsType

    Gets the type of the task settings class

    Declaration
    public Type SettingsType { get; }
    Property Value
    Type Description
    System.Type

    On this page

    • Constructors
      • RequiresSettingsAttribute(Type, Type)
    • Properties
      • SettingsPageType
      • SettingsType
    Back to top Generated by DocFX