Search Results for

    Show / Hide Table of Contents

    Class RequiresSettingsAttribute

    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)

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

    Properties

    SettingsPageType

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

    SettingsType

    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