Class RequiresSettingsAttribute
Attribute class to define the settings info
Implements
Inherited Members
Namespace: Sdl.ProjectAutomation .AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class RequiresSettingsAttribute : AuxiliaryExtensionAttribute, _Attribute
Constructors
RequiresSettingsAttribute(Type, Type)
constructor of the RequiresSettings
Declaration
public RequiresSettingsAttribute(Type settingsType, Type settingsPageType)
Parameters
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 |