Class RequiresSettingsAttribute
Attribute class to define the settings info
Inheritance
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 |
|---|---|---|
| Type | settingsType | |
| Type | settingsPageType |
Properties
SettingsPageType
Gets the type of the task settings page class
Declaration
public Type SettingsPageType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
SettingsType
Gets the type of the task settings class
Declaration
public Type SettingsType { get; }
Property Value
| Type | Description |
|---|---|
| Type |